Back to Devexpress

IBarItem Properties

blazor-devexpress-dot-blazor-dot-office-dot-ibaritem-dot-underscore-properties.md

latest1.6 KB
Original Source

IBarItem Properties

A base interface for an item on the Rich Text Editor‘s ribbon or toolbar.

NameDescription
AdaptivePrioritySpecifies the order in which bar items are hidden when the browser window is resized.
CssClassAssigns a CSS class to the item.
GetEnabledSpecifies whether the item is enabled.
GetVisibleSpecifies whether the item is visible.
NameSpecifies the name for a bar element (tab, group, or item). Inherited from IBarItemBase.
TextSpecifies text for a bar element (tab, group, or item). Inherited from IBarItemBase.
TextDisplayModeSpecifies display mode for item text.
TooltipSpecifies the item tooltip.
TypeReturns the item type.

See Also

IBarItem Interface

IBarItem Members

DevExpress.Blazor.Office Namespace