TdxNavBarGroupCustomStyles.Header Property
In This Article
Specifies the style of a group header.
#Declaration
Delphi
property Header: TdxNavBarStyleItem index 2 read; write;
#Property Value
Type |
---|
Tdx |
#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