Back to Devexpress

TcxCustomGridTableOptionsBehavior.NavigatorHints Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsbehavior-0a644ed0.md

latest1.1 KB
Original Source

TcxCustomGridTableOptionsBehavior.NavigatorHints Property

Specifies whether hints should be displayed for the navigator‘s buttons.

Declaration

delphi
property NavigatorHints: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Set this property to True to display default hints for navigator buttons. You can customize the hint text for a particular button via the button’s Hint property. To access individual buttons, use the View’s Navigator.Buttons property.

The default NavigatorHints property value is False.

See Also

TcxCustomGridTableOptionsBehavior Class

TcxCustomGridTableOptionsBehavior Members

cxGridCustomTableView Unit