Skip to main content

BaseButton.BackColor Property

Gets or sets the button’s background color.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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