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

TdxBarItemControl Properties

An abstract base class for item controls that represents toolbar items.
Name Description
BarManager Provides access to a bar manager to which the item control belongs.
Caption protected Specifies the item control’s caption.
Enabled Determines whether an item control responds to mouse, keyboard, and timer events.
Focused
Glyph protected Returns the item control’s glyph.
Hint protected Returns the item control’s hint text.
IsActive Specifies whether a mouse pointer rests over an item control.
IsSelected Returns True if an item control is selected on a toolbar.
Item Provides access to an underlying item associated with the item control.
ItemBounds
ItemLink Specifies the TdxBarItemLink object that links an item control to an underlying item.
PainterClass Provides access to the class used to paint the current item control.
Parent Specifies the bar control to which a given item control belongs.
ShortCut protected Returns the item control’s shortcut.
Width protected Returns the horizontal size of an item control in pixels.
See Also