ASPxGridListEditor.GetControlSelectedObjects() Method
In This Article
Returns a list of objects selected in the ASPxGridListEditor.Grid control.
Namespace: DevExpress.ExpressApp.Web.Editors.ASPx
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
#Returns
Type | Description |
---|---|
IList<Object> | An IList |
See Also