LabelControl.BackColor Property
In This Article
Gets or sets the label control’s background color.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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