Back to Devexpress

TreeMapItem.IsSelected Property

wpf-devexpress-dot-xpf-dot-treemap-dot-treemapitem-a10ba241.md

latest1018 B
Original Source

TreeMapItem.IsSelected Property

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

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

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

Property Value

TypeDescription
Boolean

true if an item is selected; otherwise, false.

|

See Also

TreeMapItem Class

TreeMapItem Members

DevExpress.Xpf.TreeMap Namespace