TcxControlOptionsBehavior.NavigatorHints Property
Specifies if hints should be displayed for buttons displayed in an editing control’s navigator.
Declaration
property NavigatorHints: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to display hints for the navigator’s buttons. You can customize default button hints via an individual button’s Hint property. To access individual buttons, use an editing control’s Navigator.Buttons collection.
The NavigatorHints property’s default value is False.
See Also