Skip to main content

TdxNavBarGroupCustomStyles.HeaderPressed Property

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

Declaration

property HeaderPressed: TdxNavBarStyleItem index 7 read; write;

Property Value

Type
TdxNavBarStyleItem

Remarks

Use this property to apply a custom created style to the group header when an inactive 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 image below displays an example of modifying the first group’s header style.

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

See Also