Back to Devexpress

TreeList.BackColor Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-94c353fa.md

latest1.7 KB
Original Source

TreeList.BackColor Property

Gets the background color for the control’s empty space.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public override Color BackColor { get; }
vb
Public Overrides ReadOnly Property BackColor As Color

Property Value

TypeDescription
Color

A Color structure that specifies the background color for the control’s empty space.

|

Remarks

Use the TreeList.Appearence.Empty.BackColor property to specify the background color for the control’s empty space.

See Also

Empty

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace