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

TdxNavBarGroupControl.UseStyle Property

Specifies whether the embedded group control uses the style settings provided by the NavBar control.

#Declaration

Delphi
property UseStyle: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The NavBar control provides two alternatives to set the style of embedded group controls. First, you can set the default style used by all embedded group controls via the OptionsStyle.DefaultStyles.GroupControl property. Second, you can override these settings as needed by using the CustomStyles.Control property of an individual group. The style settings are only used by embedded group controls whose UseStyle property is set to True. Otherwise, embedded group controls use their own style settings.

The default value of the UseStyle property is False.

See Also