IDropDownButtonItemInfo Properties
Contains information about a DxDropDownButtonItem| Name | Description |
|---|---|
| BeginGroup | Specifies whether the group separator is displayed before the item. |
| Click | Returns the processed item’s Click event handler. |
| CssClass | Returns the item’s CSS class. |
| DropDownToggleVisible | Returns a Boolean value that specifies whether the item’s toggle icon is visible. |
| Enabled | Returns a Boolean value that specifies whether the processed item is enabled. |
| IconCssClass | Returns the CSS class of the item’s icon. |
| IconPosition | Returns the item’s icon position. |
| Id | Returns the item’s unique identifier. |
| NavigateUrl | Returns the navigation location for the item. |
| SubmitFormOnClick | 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