Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsBehavior.NavigatorHints Property

Specifies if hints should be displayed for buttons displayed in an editing control’s navigator.

#Declaration

Delphi
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