Back to Devexpress

TdxBarItem Class

vcl-dxbar-91595b9c.md

latest2.0 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem

See Also

TdxBarItem Members

dxBar Unit