Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarGroupCustomStyles.Header Property

Specifies the style of a group header.

#Declaration

Delphi
property Header: TdxNavBarStyleItem index 2 read; write;

#Property Value

Type
TdxNavBarStyleItem

#Remarks

Use this property to apply a custom created style to the group header when a group is not active. 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.

If the Header property is not set, the header of an inactive group will get the appearance specified by View applied. After having selected the desired painting style, you can additionally change the group header’s appearance by modifying the settings of the GroupHeader default style.

See Also