Skip to main content

TdxNavBarGroupCustomStyles.Control Property

Specifies the background style of an embedded group control.

Declaration

property Control: TdxNavBarStyleItem index 1 read; write;

Property Value

Type
TdxNavBarStyleItem

Remarks

The NavBar control enables you to embed container controls within groups. This means that you can place any VCL control into a group. The embedded group control’s background style is specified by the Control property. Note that you need to assign a custom created style to this property. Changing the style’s settings will affect all the NavBar control’s elements that use the same style.

The Control property overrides the default style settings for embedded group controls. These settings are specified by the OptionsStyle.DefaultStyles.GroupControl default style.

Please refer to the OptionsGroupControl.UseControl property description for details on embedding container controls into groups. Note also that embedded controls only use the specified style settings when their UseStyle property value is True.

See Also