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

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.

See Also