Back to Devexpress

EditorContainer.BackColor Property

windowsforms-devexpress-dot-xtraeditors-dot-container-dot-editorcontainer-4dccd3ba.md

latest1.6 KB
Original Source

EditorContainer.BackColor Property

Gets or sets the control’s background color.

Namespace : DevExpress.XtraEditors.Container

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override Color BackColor { get; set; }
vb
<Browsable(False)>
Public Overrides Property BackColor As Color

Property Value

TypeDescription
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

EditorContainer Class

EditorContainer Members

DevExpress.XtraEditors.Container Namespace