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

WebMapsListEditor.GetSelectedObjects() Method

Returns a collection of objects that are currently selected in the WebMapsListEditor‘s control.

Namespace: DevExpress.ExpressApp.Maps.Web

Assembly: DevExpress.ExpressApp.Maps.Web.v19.1.dll

Declaration

public override IList GetSelectedObjects()

Returns

Type Description
IList

A list of the selected objects.

See Also