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

TreeMapControl.EnableHighlighting Property

Gets or sets the value indicating whether or not tree map item highlighting enabled.

Namespace: DevExpress.XtraTreeMap

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

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

Declaration

[DefaultValue(true)]
public bool EnableHighlighting { get; set; }

Property Value

Type Default Description
Boolean true

true if highlighting is enabled; otherwise false.

See Also