Skip to main content

ASPxScheduler.SelectedAppointments Property

Provides access to the collection of selected appointments.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppointmentBaseCollection SelectedAppointments { get; }

Property Value

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection descendant which represents the collection of selected appointments.

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