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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Win
Declaration
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