Skip to main content
A newer version of this page is available. .

LabelControl.BackColor Property

Gets or sets the label control’s background color.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override Color BackColor { get; set; }

Property Value

Type Description
Color

A value that specifies the control’s background color.

Remarks

The BackColor property is synchronized with the AppearanceObject.BackColor property accessible using the LabelControl.Appearance setting.

See Also