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

TdxBarItem Class

A bar item.

#Declaration

Delphi
TdxBarItem = class(
    TdxBarComponent
)

#Remarks

TdxBarItem inherits from the TdxBarComponent and is the base class for all items of type TdxBarButton, TdxBarWindowItem, TdxBarStatic, TdxBarControlContainerItem, TdxBarEdit, TCustomdxBarCombo, TdxBarCustomCombo, TdxBarCombo, TCustomdxBarSubItem, TdxBarSubItem, TCustomdxBarContainerItem, TdxBarListItem, and TdxBarContainerItem.

To customize the appearance of each item, use the item’s Style property. The style of editors embedded into the bar can be modified via the editor’s StyleEdit property.

If a TdxBarItem instance is created at design time, it is saved in a form’s resources and the form is its Owner. It is also accessible via the TdxBarManager Items property. For information regarding the creation of your own items, see dxBarRegisterItem.

See Also