Skip to main content
.NET 6.0+

TreeListEditor.GetSelectedObjects() Method

Provides access to the collection of objects that are currently selected in the TreeListEditor‘s TreeList control.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v23.2.dll

Declaration

public override IList GetSelectedObjects()

Returns

Type Description
IList

A list of the selected objects.

Remarks

Use this method to access selected objects. To perform the required actions when the selection is changed, handle the ListEditor.SelectionChanged event.

See Also