Enum
ItemSelectionMode

Item selection mode. It defines how the item in the visualization layer can be selected using RadMap user interface.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum ItemSelectionMode

Fields

MouseClick

Item can be selected/unselected using left mouse click.

Declaration

cs-api-definition
MouseClick = 1

Field Value

ItemSelectionMode

MouseClickAndRectangle

Item can be selected using both left mouse click and RadMap selection rectangle (default).

Declaration

cs-api-definition
MouseClickAndRectangle = 3

Field Value

ItemSelectionMode

None

Selection of the item using RadMap user interface is disabled. The selection API (overloads of the VisualizationLayer.Select method) can be used for item selection.

Declaration

cs-api-definition
None = 0

Field Value

ItemSelectionMode

Rectangle

Item can be selected using RadMap selection rectangle.

Declaration

cs-api-definition
Rectangle = 2

Field Value

ItemSelectionMode