TcxCustomNavigatorInfoPanel Class
In This Article
Serves as the base class for classes that implement the navigator information panel.
#Declaration
Delphi
TcxCustomNavigatorInfoPanel = class(
TcxNavigatorChildComponent,
IdxLocalizerListener
)
#Remarks
Do not use this class directly. Use its descendants (TcxControlNavigatorInfoPanel, TcxGridViewNavigatorInfoPanel, and TcxNavigatorControlInfoPanel) instead.
#Implements
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxNavigatorChildComponent
TcxCustomNavigatorInfoPanel
See Also