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

EditorContainer.BackColor Property

Gets or sets the control’s background color.

Namespace: DevExpress.XtraEditors.Container

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
Color

A Color structure that represents the control’s background color.

Remarks

The EditorContainer class’ descendants are controls consisting of multiple visual elements. The controls provide separate settings, to customize the appearance of all the visual elements. The current BackColor property might be ignored by these controls.

See Also