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

SplitterControl.BackColor Property

Gets or sets the splitter’s background color.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Property Value

Type Description
Color

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

See Also