Back to Devexpress

TdxBarComponent Class

vcl-dxbar-16adf1df.md

latest1.4 KB
Original Source

TdxBarComponent Class

The base class for all classes that implement bar popup components and menus, as well as bar items and groups.

Declaration

delphi
TdxBarComponent = class(
    TcxCustomComponent,
    IdxBarSelectableItem
)

Remarks

This class implements the functionality common to all toolbar components, including the following members that allow you to:

  • Access the component’s parent bar manager (BarManager).

  • Specify whether end-users can interact with the component’s content (Enabled).

  • Switch the component’s visibility (Visible).

Do not use this class directly. Use its descendants instead.

Implements

IdxBarSelectableItem

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent

See Also

TdxBarComponent Members

dxBar Unit