TcxCustomGridTableOptionsBehavior.NavigatorHints Property
In This Article
Specifies whether hints should be displayed for the navigator‘s buttons.
#Declaration
Delphi
property NavigatorHints: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#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