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

TdxNavBarDefaultStyles.Hint Property

Specifies the style settings of hints.

#Declaration

Delphi
property Hint: TdxNavBarDefaultStyle index 12 read; write;

#Property Value

Type
TdxNavBarDefaultStyle

#Remarks

Use the Hint property to access the default style settings of the hint window displayed for a group header or a link.

Note

Each View has its own default settings for default styles. That is why when changing the View applied to the control, the Hint property value is automatically set to the default hint style specified by the newly assigned View.

You can also use the settings of a custom style (if any) to specify the appearance of the hint window. For this purpose, assign the style object represented by the custom style’s Style property to the Hint property.

See Also