Skip to main content

TdxNavBarGroupCustomStyles.HeaderActive Property

Specifies the style of the group header when the group is active.

Declaration

property HeaderActive: TdxNavBarStyleItem index 3 read; write;

Property Value

Type
TdxNavBarStyleItem

Remarks

Use this property to apply a custom created style to the group header when a group is active. Note that changing this style’s settings will change the appearance of all control sections to which the same style is applied.

The image below displays an example of modifying the first group’s header style.

If the HeaderActive property is not set, the header of an active group will have the appearance specified by the painting style (view) applied. After having selected the desired painting style, you can additionally change the group header’s appearance by modifying the settings of the GroupHeaderActive default style.

See Also