IToolbarItemInfo Members
Provides information about a Toolbar item.Properties
| Name | Description |
|---|---|
| AdaptiveText | Returns the processed item’s adaptive text. |
| Checked | Returns a Boolean value that specifies whether the processed item is checked. |
| Click | Returns the processed item’s Click event‘s handler. |
| Data | Returns the data source object to which the item is bound. |
| Enabled | Returns a Boolean value that specifies whether the processed item is enabled. |
| HiddenToAdaptiveMenu | Returns a Boolean value that specifies whether the item is hidden to the adaptive drop-down menu. |
| IconCssClass | Returns the CSS class of the icon displayed by the item. |
| IconUrl | Returns the URL to Toolbar item’s icon. |
| Name | Returns the processed item’s name. |
| NavigateUrl | Returns the navigation location for the item. |
| Parent | Returns information about the Toolbar item’s parent. |
| SubmitFormOnClick | Specifies whether the processed toolbar item can submit a form. |
| Target | Returns the item’s Target 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