Skip to main content

TdxCustomNavBar Class

The base class for the TdxNavBar control.

Declaration

TdxCustomNavBar = class(
    TcxControl,
    IcxDesignSelectionChanged,
    IdxNavigationClient,
    IdxFluentDesignNavigationControl,
    IdxAcrylicHostControlListener,
    IdxSpecialAlignedControl,
    IdxSpecialAlignedRequestor
)

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