WinColumnsListEditor.GetSelectedObjects() Method
Provides access to the collection of objects that are currently selected in the WinColumnsListEditor‘s grid.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v25.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Returns
| Type | Description |
|---|---|
| IList | A list of the selected objects. |
Remarks
Use this method to access selected objects. To perform the required actions when the selection is changed, handle the ListEditor.SelectionChanged event.
See Also