A newer version of this page is available.
Switch to the current version.
BaseEdit.BackColor Property
Gets or sets the background color of an enabled editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
[DXCategory("Appearance")]
public override Color BackColor { get; set; }
<DXCategory("Appearance")>
Public Overrides Property BackColor As Color
Property Value
Type | Description |
---|---|
Color | A Color object specifying the editor's background color when it is not disabled. |
See Also
Feedback