Skip to main content
.NET 6.0+

IAppearance.BackColor Property

Specifies the background color of UI elements affected by the conditional appearance rule.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

Color? BackColor { get; set; }

Property Value

Type Description
Nullable<Color>

A Nullable<System.Drawing.Color> object specifying the background color of UI elements affected by the conditional appearance rule.

Remarks

See the AppearanceAttribute.BackColor member description for details.

See Also