DialItem
An interface for the dial items of the FloatingActionButton (see example).
Name | Type | Default | Description |
---|---|---|---|
cssClass? |
|
The CSS classes that will be rendered on the item element of the FloatingActionButton dial.
Supports the type of values that are supported by | |
cssStyle? |
|
The CSS styles that will be rendered on the item element of the FloatingActionButton dial.
Supports the type of values that are supported by | |
disabled? |
|
Specifies whether the dial item is disabled. | |
icon? |
|
Defines the name of an existing icon in a Kendo UI theme.
If provided, the icon will be rendered inside the dial item by a | |
iconClass? |
|
Defines a CSS class or multiple classes separated by spaces which are applied to a span element. Allows the usage of custom icons, rendered inside the dial item instead of the default numeric or text content. | |
itemTitle? |
|
Specifies the | |
label? |
|
Specifies the text content of the dial item label. | |
svgIcon? |
|
Defines an |