TdxNavBarDefaultStyles.GroupHeaderPressed Property
Specifies the style settings of a group header when it is pressed.
Declaration
property GroupHeaderPressed: TdxNavBarDefaultStyle index 11 read; write;
Property Value
Type |
---|
TdxNavBarDefaultStyle |
Remarks
Use the GroupHeaderPressed property to access the default style settings of a group header when it is pressed.
Note
Each View has its own default settings for default styles. That is why when changing the View applied to the control, the GroupHeaderPressed property value is automatically set to the default pressed group header style specified by the newly assigned View.
You can also use settings of a custom style (if any) to specify the appearance of the pressed group header. For this purpose, assign the style object represented by the custom style’s Style property to the GroupHeaderPressed property.
See Also