SchedulerListEditorBase.GetSelectedObjects() Method
Returns a collection of objects that are currently selected in the SchedulerListEditorBase‘s control.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
Remarks
Use this method to access the selected objects. To perform the required actions when the selection is changed, handle the ListEditor.SelectionChanged event.
See Also