A newer version of this page is available.
Switch to the current version.
ASPxScheduler.SelectedAppointments Property
Provides access to the collection of selected appointments.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
public AppointmentBaseCollection SelectedAppointments { get; }
Public ReadOnly Property SelectedAppointments As AppointmentBaseCollection
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
Feedback