Skip to main content

TdxNavBarGroupCustomStyles.HeaderActivePressed Property

Specifies the header’s style when pressed while the group is active.

Declaration

property HeaderActivePressed: TdxNavBarStyleItem index 5 read; write;

Property Value

Type
TdxNavBarStyleItem

Remarks

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

The style assigned to the HeaderActivePressed property overrides the default style settings (accessed via the control’s OptionsStyle.DefaultStyles.GroupHeaderActivePressed property).

See Also