Provides access to a collection of objects currently selected in a List View's ListView.Editor.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public override IList SelectedObjects { get; }
Public Overrides ReadOnly Property SelectedObjects As IList
Type | Description |
---|---|
IList | An IList collection on selected objects. |
If the current List View's ListView.Editor has not been instantiated yet, an empty collection is returned.
For additional information, refer to the How to: Access Objects Selected in the Current View help topic.