Back to Devexpress

SelectionMode Enum

wpf-devexpress-dot-xpf-dot-treemap-395d9ee7.md

latest1.3 KB
Original Source

SelectionMode Enum

Lists the possible Tree Map selection modes.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public enum SelectionMode
vb
Public Enum SelectionMode

Members

NameDescription
None

Selection is disabled.

| | Single |

One tree map item can be selected at a time.

| | Multiple |

Several tree map items can be selected at the same time.

| | Extended |

Extended single selection mode, allowing you to select several items with Shift held down.

|

The following properties accept/return SelectionMode values:

Remarks

Thiese enumeration values are used by the HierarchicalChartControlBase.SelectionMode property.

See Also

DevExpress.Xpf.TreeMap Namespace