Skip to main content
.NET 6.0+

SchedulerListEditorBase.SelectedAppointments Property

Provides access to the collection of selected appointments.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public abstract AppointmentBaseCollection SelectedAppointments { get; }

Property Value

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection object representing the collection of selected appointments.

Remarks

For additional information, refer to the SchedulerControl.SelectedAppointments property description.

See Also