Skip to main content

TdxNavBarDefaultStyles.GroupHeaderHotTracked Property

Specifies the style settings of a group header when it is hot-tracked.

Declaration

property GroupHeaderHotTracked: TdxNavBarDefaultStyle index 10 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the GroupHeaderHotTracked property to access the default style settings of a group header when it is hot-tracked.

Note

Each View has its own default settings for default styles. That is why when changing the View applied to the control, the GroupHeaderHotTracked property value is automatically set to the default hot-tracked group header style specified by the newly assigned View.

You can also use the settings of a custom style (if any) to specify the appearance of the hot-tracked group header. For this purpose, assign the style object represented by the custom style’s Style property to the GroupHeaderHotTracked property.

See Also