Skip to main content

TdxNavBarGroupCustomStyles.HeaderHotTracked Property

Specifies the hot-tracked header style when the group is not active.

Declaration

property HeaderHotTracked: TdxNavBarStyleItem index 6 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 hot-tracked. 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 HeaderHotTracked property overrides the default style settings for active groups’ hot-tracked headers. These default style settings can be accessed via the control’s OptionsStyle.DefaultStyles.GroupHeaderHotTracked property.

See Also