Back to Devexpress

VectorLayerBase.SelectedItems Property

wpf-devexpress-dot-xpf-dot-map-dot-vectorlayerbase-5a510aea.md

latest1.1 KB
Original Source

VectorLayerBase.SelectedItems Property

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

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
[NonCategorized]
public IList SelectedItems { get; set; }
vb
<NonCategorized>
Public Property SelectedItems As IList

Property Value

TypeDescription
IList

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

|

See Also

VectorLayerBase Class

VectorLayerBase Members

DevExpress.Xpf.Map Namespace