ASPxScheduler.SelectedAppointments Property
In This Article
Provides access to the collection of selected appointments.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AppointmentBaseCollection SelectedAppointments { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
The SelectedAppointments property allows you to select specific Appointments and get the appointments which are currently selected. The selected appointments can then be processed in a specific manner (for instance, they can be deleted or copied to a different time slot).
See Also