TcxNavigatorChildComponent Class
In This Article
Serves as the base class for classes that implement the navigator‘s children.
#Declaration
Delphi
TcxNavigatorChildComponent = class(
TcxInterfacedPersistent
)
#Remarks
Do not use this class directly. Use its descendants (TcxCustomNavigatorButtons and TcxCustomNavigatorInfoPanel) instead.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxNavigatorChildComponent
See Also