Skip to main content

TreeMapControl.EnableHighlighting Property

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

Namespace: DevExpress.XtraTreeMap

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

NuGet Package: DevExpress.Win.TreeMap

Declaration

[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool EnableHighlighting { get; set; }

Property Value

Type Default Description
Boolean true

true if highlighting is enabled; otherwise false.

See Also