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

ProgressBarBaseControl.BackColor Property

Gets or sets the control’s background color.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public override Color BackColor { get; set; }

Property Value

Type Description
Color

The control’s background color.$

See Also