Back to Devexpress

TdxCustomNavBar Class

vcl-dxnavbar-06b245c8.md

latest1.5 KB
Original Source

TdxCustomNavBar Class

The TdxNavBar control’s base class.

Declaration

delphi
TdxCustomNavBar = class(
    TcxControl,
    IcxDesignSelectionChanged,
    IdxNavigationClient,
    IdxFluentDesignNavigationControl,
    IdxAcrylicHostControlListener
)

Remarks

This object implements most of the functionality of the NavBar control. It simply publishes some properties and events. Please refer to this control description for details on the features it provides.

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

Implements

IcxDesignSelectionChanged

IdxNavigationClient

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomNavBar

See Also

TdxCustomNavBar Members

dxNavBar Unit