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

SelectionMode Enum

Lists the possible Tree Map selection modes.

Namespace: DevExpress.Xpf.TreeMap

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

Declaration

public enum SelectionMode

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 TreeMapControl.SelectionMode property.

See Also