Back to Devexpress

IToolbarItemInfo Properties

blazor-devexpress-dot-blazor-dot-itoolbariteminfo-dot-underscore-properties.md

latest3.0 KB
Original Source

IToolbarItemInfo Properties

Provides information about a Toolbar item.

NameDescription
AdaptiveTextReturns the processed item’s adaptive text.
CheckedReturns a Boolean value that specifies whether the processed item is checked.
ClickReturns the processed item’s Click event‘s handler.
DataReturns the data source object to which the item is bound.
EnabledReturns a Boolean value that specifies whether the processed item is enabled.
HiddenToAdaptiveMenuReturns a Boolean value that specifies whether the item is hidden to the adaptive drop-down menu.
IconCssClassReturns the CSS class of the icon displayed by the item.
IconUrlReturns the URL to Toolbar item’s icon.
NameReturns the processed item’s name.
NavigateUrlReturns the navigation location for the item.
ParentReturns information about the Toolbar item’s parent.
SubmitFormOnClickSpecifies whether the processed toolbar item can submit a form.
TargetReturns the item’s Target value.
TextReturns the processed item’s text.
TooltipReturns the processed item’s tooltip.
VisibleReturns a Boolean value that specifies whether the processed item is visible.

See Also

IToolbarItemInfo Interface

IToolbarItemInfo Members

DevExpress.Blazor Namespace