Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public override IList GetSelectedObjects()

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