EditorContainer.BackColor Property
Gets or sets the control’s background color.
Namespace: DevExpress.XtraEditors.Container
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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