ASPxTreeListEditor.GetControlSelectedObjects() Method
Returns a list of objects selected in the ASPxTreeListEditor.TreeList control.
Namespace: DevExpress.ExpressApp.TreeListEditors.Web
Assembly: DevExpress.ExpressApp.TreeListEditors.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Web
Declaration
Returns
Type | Description |
---|---|
IList<Object> | An IList<object> list of objects selected in the ASPxTreeListEditor.TreeList control. |
See Also