SelectionMode Enum
Lists the possible Tree Map selection modes.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return SelectionMode values:
Remarks
Thiese enumeration values are used by the HierarchicalChartControlBase.SelectionMode property.
See Also