Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapControlOptionsBehavior.MapItemSelectMode Property

Specifies the map item selection mode.

#Declaration

Delphi
property MapItemSelectMode: TdxMapItemSelectMode read; write; default mismExtended;

#Property Value

Type Default
TdxMapItemSelectMode mismExtended

#Remarks

Options include:

Value Description
mismNone Map item selection is disabled.
mismSingle One or zero map items can be selected simultaneously. Clicking a map item selects it, deselecting the previously selected map item.
mismMultiple Multiple map items can be selected simultaneously. To switch the selected state of a map item, end-users can click it while holding down the Ctrl key.
mismExtended Multiple map items can be selected simultaneously. In addition to the selection options provided by the mismMultiple value, end-users can select a rectangular area with the mouse while holding down the Shift key (a blue box is displayed to highlight the selected area) to add all the map items located within this area to the selection.

Clicking the map area that is free from map items clears the selection.

The default value of the MapItemSelectMode property is mismExtended.

See Also