Skip to main content

TdxNavBarGroupControl.UseStyle Property

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

Declaration

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