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

TcxCustomNavigatorInfoPanel Class

Serves as the base class for classes that implement the navigator information panel.

Declaration

TcxCustomNavigatorInfoPanel = class(
    TcxNavigatorChildComponent,
    IdxLocalizerListener
)

Remarks

Do not use this class directly. Use its descendants (TcxControlNavigatorInfoPanel, TcxGridViewNavigatorInfoPanel, and TcxNavigatorControlInfoPanel) instead.

See Also