vcl-dxmapitem-dot-tdxmapitem-ae1a97a7.md
Specifies if the map item is selected.
property Selected: Boolean read; write;
| Type | Description |
|---|---|
| Boolean |
True if the map item is selected; otherwise, False.
|
You can set the Select property to True to select the map item. This operation deselects all other map items in the parent Map Control.
Tip
You can use the StyleSelected property to customize selected map item appearance settings.
You can call the parent Map Control‘s Select and Deselect procedures to select or deselect individual map items. The SelectedMapItems property provides indexed access to all selected map items.
See Also
TdxMapControlOptionsBehavior.MapItemSelectMode Property
TdxCustomMapControl.OnSelectionChanged Event