Skip to main content

TdxNavBarDefaultStyles.GroupBackground Property

Specifies the style of the groups’ client area.

Declaration

property GroupBackground: TdxNavBarDefaultStyle index 4 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the GroupBackground property to access the default background style settings of the groups’ client area.

Note

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

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

See Also