Skip to main content

TdxNavBarDefaultStyles.GroupHeader Property

Specifies the header style of groups.

Declaration

property GroupHeader: TdxNavBarDefaultStyle index 6 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the GroupHeader property to access the default style settings of group headers when they are not hot-tracked or pressed and do not belong to the active group.

Note

Each View has its own default settings for default styles. That is why when changing the View applied to the control, the GroupHeader property value is automatically set to the default group headers’ 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 header. For this purpose, assign the style object represented by the custom style’s Style property to the GroupHeader property.

See Also