Vue Common - Object Structures - GlobalConfig - floatingActionButtonConfig
Configures a Floating Action Button (FAB) that emits a stack of related actions (speed dial).
If you change this object at runtime, call the DevExpress.ui.repaintFloatingActionButton() method afterwards to apply the changes.
closeIcon
Specifies the icon the FAB displays when the speed dial is opened.
direction
Specifies the direction in which to open the speed dial menu.
When this property is set to "auto", the direction depends on the FAB's position.
icon
Specifies the icon the FAB displays when the speed dial is closed.
This property accepts one of the following:
- The icon's URL
- The icon's name if the icon is from the DevExtreme icon library
- The icon's CSS class if the icon is from an external icon library (see External Icon Libraries)
- The icon in the Base64 format
- The icon in the SVG format. Ensure that the source is reliable.
Use this property only if there are two or more SpeedDialAction components on a page. Otherwise, specify the icon property in the SpeedDialAction.
label
Specifies the text label displayed inside the FAB.
Use this property only if there are two or more SpeedDialAction components on a page. Otherwise, specify the label property in the SpeedDialAction.
position
Positions the FAB on the screen.
This property accepts one of the following:
Position configuration object
An object that specifies the UI component's position.String
A shortcut listed in the accepted values. Positions the UI component relative to the window.Function (deprecated since v21.2)
Refer to the W0018 warning description for information on how to migrate to other property values.
shading
If true, the background should be shaded when the speed dial menu is open.
If you have technical questions, please create a support ticket in the DevExpress Support Center.