IButtonGroupItemInfo Properties
Contains information about a DxButtonGroupItem.
Name | Description |
---|---|
Click | Returns the processed item’s Click event handler. |
Css |
Returns the item’s CSS class. |
Enabled | Returns a Boolean value that specifies whether the processed item is enabled. |
Icon |
Returns the CSS class of the item’s icon. |
Icon |
Returns the item’s icon position. |
Id | Returns the item’s unique identifier. |
Navigate |
Returns the navigation location for the item. |
Render |
Returns the item’s render style. |
Render |
Returns the item’s render style mode. |
Selected | Returns a Boolean value that specifies whether the processed item is selected. |
Submit |
Returns a Boolean value that specifies whether the processed item can submit a form. |
Target | Returns the item’s Target property value. |
Text | Returns the processed item’s text. |
Tooltip | Returns the processed item’s tooltip. |
Visible | Returns a Boolean value that specifies whether the processed item is visible. |
See Also