Skip to main content
A newer version of this page is available. .

IToolbarItemInfo Properties

Provides information about a Toolbar item.
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.
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.
Name Returns the processed item’s name.
NavigateUrl Returns the navigation location for the item.
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