TcxGridViewNavigatorInfoPanel Class
The navigator‘s information panel.
Declaration
TcxGridViewNavigatorInfoPanel = class(
TcxCustomNavigatorInfoPanel
)
Remarks
The TcxGridViewNavigatorInfoPanel class provides the following API inherited from the ancestor:
Class Member | Description |
---|---|
DisplayMask | Specifies the display text format. |
GridView | Provides access to the View that owns the navigator. |
Navigator | Provides access to the navigator that owns the panel. |
Visible | Specifies the panel’s visibility. |
Width | Specifies the panel’s width, in pixels. |
OnClick | Enables you to respond to panel clicks. |
The TcxGridViewNavigatorInfoPanel object is referenced by the View’s Navigator.InfoPanel property.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxNavigatorChildComponent
TcxCustomNavigatorInfoPanel
TcxGridViewNavigatorInfoPanel
See Also