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

ComplexWebListEditor.GetControlSelectedObjects() Method

Returns a list of objects selected in the ComplexWebListEditor‘s control.

Namespace: DevExpress.ExpressApp.Web.Editors

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

Declaration

public abstract IList<object> GetControlSelectedObjects()

Returns

Type Description
IList<Object>

An IList<object> list of objects selected in the ComplexWebListEditor‘s control.

See Also