Back to Devexpress

TcxGridViewNavigatorInfoPanel Class

vcl-cxgridcustomtableview-6d3511be.md

latest2.0 KB
Original Source

TcxGridViewNavigatorInfoPanel Class

The navigator‘s information panel.

Declaration

delphi
TcxGridViewNavigatorInfoPanel = class(
    TcxCustomNavigatorInfoPanel
)

Remarks

The TcxGridViewNavigatorInfoPanel class provides the following API inherited from the ancestor:

Class MemberDescription
DisplayMaskSpecifies the display text format.
GridViewProvides access to the View that owns the navigator.
NavigatorProvides access to the navigator that owns the panel.
VisibleSpecifies the panel’s visibility.
WidthSpecifies the panel’s width, in pixels.
OnClickEnables 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

TcxGridViewNavigatorInfoPanel Members

cxGridCustomTableView Unit