Skip to main content
A newer version of this page is available. .

ASPxTreeListEditor.GetControlSelectedObjects() Method

Returns a list of objects selected in the ASPxTreeListEditor.TreeList control.

Namespace: DevExpress.ExpressApp.TreeListEditors.Web

Assembly: DevExpress.ExpressApp.TreeListEditors.Web.v18.2.dll

Declaration

public override IList<object> GetControlSelectedObjects()

Returns

Type Description
IList<Object>

An IList<object> list of objects selected in the ASPxTreeListEditor.TreeList control.

See Also