Skip to main content
A newer version of this page is available. .

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; }

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).

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SelectedAppointments property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also