Back to Devexpress

SelectedItemCollection Class

windowsforms-devexpress-dot-xtramap-f670fec8.md

latest1.5 KB
Original Source

SelectedItemCollection Class

A collection of selected map items.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class SelectedItemCollection :
    NotificationCollection<object>
vb
Public Class SelectedItemCollection
    Inherits NotificationCollection(Of Object)

The following members return SelectedItemCollection objects:

Inheritance

Object DXCollectionBase<Object> DXCollection<Object> NotificationCollection<Object> SelectedItemCollection

See Also

SelectedItemCollection Members

DevExpress.XtraMap Namespace