TdxNavBarDefaultStyles.GroupHeaderActiveHotTracked Property
Specifies the default style settings of the active group’s hot-tracked header.
Declaration
property GroupHeaderActiveHotTracked: TdxNavBarDefaultStyle index 8 read; write;
Property Value
Type |
---|
TdxNavBarDefaultStyle |
Remarks
Use the GroupHeaderActiveHotTracked property to access the default style settings of an active group’s header when it is hot-tracked. Each individual group can override these settings using its CustomStyles.HeaderActiveHotTracked property.
Note
Each View has its own default style settings. Thus, changing the View will result in modifying the settings provided by the GroupHeaderActiveHotTracked property.
See Also