Skip to main content
A newer version of this page is available. .

TreeMapItem.IsHighlighted Property

Returns the value indicating whether a tree map item is highlighted.

Namespace: DevExpress.Xpf.TreeMap

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public bool IsHighlighted { get; }

Property Value

Type Description
Boolean

true if an item is highlighted; otherwise false.

See Also