Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IBarItemWithImageBase Properties
Show Inherited Hide Inherited

A base interface for a tab, group, or item with an image on the Rich Text Editor‘s ribbon or toolbar.
Name Description
AdaptivePriority Specifies the order in which bar items are hidden when the browser window is resized. Inherited from IBarItem.
CssClass Assigns a CSS class to the item. Inherited from IBarItem.
GetEnabled Specifies whether the item is enabled. Inherited from IBarItem.
GetVisible Specifies whether the item is visible. Inherited from IBarItem.
IconCssClass Specifies the CSS class of the item’s icon.
IconUrl Specifies the URL of the item’s icon.
Name Specifies the name for a bar element (tab, group, or item). Inherited from IBarItemBase.
Text Specifies text for a bar element (tab, group, or item). Inherited from IBarItemBase.
TextDisplayMode Specifies display mode for item text. Inherited from IBarItem.
Tooltip Specifies the item tooltip. Inherited from IBarItem.
Type Returns the item type. Inherited from IBarItem.
See Also