TdxNavBarGroupCustomStyles.Background Property
Specifies the background style of a group‘s client area.
Declaration
property Background: TdxNavBarStyleItem index 0 read; write;
Property Value
Type |
---|
TdxNavBarStyleItem |
Remarks
Use this property to apply a custom created style to a group’s client area. 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 background style.
If the Background property is not set, the group’s client area will have the appearance specified by the View applied. After having selected the desired painting style, you can additionally change the group background appearance by modifying the OptionsStyle.DefaultStyles.GroupBackground default style.
See Also