Skip to main content

TdxNavBarGroupCustomStyles.HeaderActiveHotTracked Property

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

Declaration

property HeaderActiveHotTracked: TdxNavBarStyleItem index 4 read; write;

Property Value

Type
TdxNavBarStyleItem

Remarks

Use this property to apply a custom created style to the group header when an active 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 style assigned to the HeaderActiveHotTracked 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.GroupHeaderActiveHotTracked property.

See Also