Telerik.Web.UI.FloatingActionButtonItem
Specifies the speed-dial items that will be rendered in a popup container anchored to the FloatingActionButton.**Note: when using the items configuration, clicking on the FloatingActionButton will open the popup containing the speed-dial list.
Inheritance Hierarchy
- System.Object
- Telerik.Web.StateManager : IMarkableStateManager, IStateManager
- Telerik.Web.UI.FloatingActionButtonItem
Properties
ClientTemplate String
Specifies the template used to render the contents of the speed-dial item.The fields which can be used inside the template are: text String - the label of the item (if configured). or icon String - the icon specified for this step (if configured)..
CssClass String
Specifies a set of CSS classes for the speed-dial item.
Enabled Boolean
Specifies whether the Item is enabled or not. By default all items are enabled.
Icon String
Specifies the name for an existing icon in a Kendo UI theme that is rendered in the speed-dial item.See the Web Font Icons help article for more details on Kendo UI icons.
Label String
Specifies the label for the speed-dial item.
OnClientClicked String
Specifies the click event handler of the speed-dial item.
Title String
Specifies the label for the speed-dial item that will be read by assistive technologies.