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

ScrollBarBase.BackColor Property

Overrides the base class BackColor property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Description
Color

A Color object representing the control’s background color.

See Also