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

BaseButton.BackColor Property

Gets or sets the button’s background color.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Property Value

Type Description
Color

A Color structure which specifies the button’s background color.

See Also