Skip to main content

TdxNavBarDefaultStyles.GroupHeaderActive Property

Specifies the style of the active group’s header.

Declaration

property GroupHeaderActive: TdxNavBarDefaultStyle index 7 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the GroupHeaderActive property to access the default style settings of the active group‘s header when it is not hot-tracked or pressed.

Note

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

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

See Also