Skip to main content

TdxNavBarDefaultStyles.GroupControl Property

Specifies the default style of embedded group controls.

Declaration

property GroupControl: TdxNavBarDefaultStyle index 5 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the GroupControl property to change the default style applied to embedded group controls. Note that this style will only be used by controls whose UseStyle property value is True. You can override the default settings for each individual group control using the desired group’s CustomStyles.Control property.

Note

Each View has its own default style settings. Thus, changing the View results in changing the default style of group controls.

See Also