ASPxSchedulerListEditor.SelectedAppointments Property
In This Article
Provides access to the collection of selected appointments.
Namespace: DevExpress.ExpressApp.Scheduler.Web
Assembly: DevExpress.ExpressApp.Scheduler.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler.Web
#Declaration
public override AppointmentBaseCollection SelectedAppointments { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
For additional information, refer to the SchedulerControl.SelectedAppointments property description.
See Also