Skip to main content

TdxNavBarDefaultStyles.Background Property

Specifies the style of the NavBar control’s client area.

Declaration

property Background: TdxNavBarDefaultStyle index 0 read; write;

Property Value

Type
TdxNavBarDefaultStyle

Remarks

Use the Background property to access the background style settings of the NavBar control’s client area.

Note

Each View has its own default settings for default styles. So, when changing the View applied to your control, the Background property value is automatically set to the default background style specified by the newly assigned View.

You can also use the settings of a custom style (if any) to specify the appearance of the NavBar control’s background. For this purpose, assign the style object represented by the custom style’s Style property to the Background property.

See Also