Skip to main content
All docs
V18.2

FluentDesignFormControl.BackColor Property

Returns the background color of this FluentDesignFormControl.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[Browsable(false)]
public override Color BackColor { get; }

Property Value

Type Description
Color

A Color that is the background color of this FluentDesignFormControl.

See Also