TreeMapControl.EnableHighlighting Property
In This Article
Gets or sets the value indicating whether or not tree map item highlighting enabled.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.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