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

HierarchicalChartControlBase.BackColor Property

Gets or sets the TreeMap or Sunburst control background color.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v21.1.UI.dll

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

Declaration

public override Color BackColor { get; set; }

Property Value

Type Description
Color

A Color value which specifies the control background color.

See Also