Back to Devexpress

TreeMapItem.IsHighlighted Property

wpf-devexpress-dot-xpf-dot-treemap-dot-treemapitem-723ae898.md

latest1.0 KB
Original Source

TreeMapItem.IsHighlighted Property

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

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public bool IsHighlighted { get; }
vb
Public ReadOnly Property IsHighlighted As Boolean

Property Value

TypeDescription
Boolean

true if an item is highlighted; otherwise, false.

|

See Also

TreeMapItem Class

TreeMapItem Members

DevExpress.Xpf.TreeMap Namespace