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