Skip to main content

TreeMapControl.EnableHighlighting Property

Gets or sets the value that specifies whether a user can highlight treemap items.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v23.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public bool EnableHighlighting { get; set; }

Property Value

Type Description
Boolean

true if treemap items can be highlighted; otherwise, false.

See Also