Skip to main content
A newer version of this page is available. .

TdxCustomNavBar Class

The TdxNavBar control’s base class.

Declaration

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.

See Also