Back to Devexpress

ElementSelectionMode Enum

windowsforms-devexpress-dot-xtramap-35fbccdc.md

latest1.3 KB
Original Source

ElementSelectionMode Enum

Lists the values used to specify the selection mode of a map element.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum ElementSelectionMode
vb
Public Enum ElementSelectionMode

Members

NameDescription
None

The selection of a map element is disabled.

| | Single |

Selects the only map element.

| | Multiple |

Selects multiple map elements.

| | Extended |

Selects multiple consecutive map elements while holding down the SHIFT key.

|

The following properties accept/return ElementSelectionMode values:

Remarks

The values listed by the ElementSelectionMode enumeration are used to set the MapControl.SelectionMode property.

See Also

DevExpress.XtraMap Namespace