Back to Devexpress

TreeMapControl.EnableHighlighting Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapcontrol-25d7b6a5.md

latest1.3 KB
Original Source

TreeMapControl.EnableHighlighting Property

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

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool EnableHighlighting { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Property EnableHighlighting As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if highlighting is enabled; otherwise false.

|

See Also

TreeMapControl Class

TreeMapControl Members

DevExpress.XtraTreeMap Namespace