Skip to main content

TdxNavBarDefaultStyles.GroupHeaderActivePressed Property

Specifies the default style settings for the active group’s header while pressed.

Declaration

property GroupHeaderActivePressed: TdxNavBarDefaultStyle index 9 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the GroupHeaderActivePressed property to access the default style settings of an active group’s header when it is pressed. Each individual group can override these settings using its CustomStyles.HeaderActivePressed property.

Note

Each View has its own default style settings. Thus, changing the View will result in modifying the settings provided by the GroupHeaderActivePressed property.

See Also