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

VectorLayerBase.SelectedItems Property

Gets or sets the collection of selected items of the VectorLayerBase object.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

[NonCategorized]
public IList SelectedItems { get; set; }

Property Value

Type Description
IList

A list of objects representing the collection of selected map items.

See Also