vcl-dxbar-16adf1df.md
The base class for all classes that implement bar popup components and menus, as well as bar items and groups.
TdxBarComponent = class(
TcxCustomComponent,
IdxBarSelectableItem
)
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.
TObject TPersistent TComponent TcxCustomComponent TdxBarComponent
See Also