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

ASPxSchedulerListEditor.SelectedAppointments Property

Provides access to the collection of selected appointments.

Namespace: DevExpress.ExpressApp.Scheduler.Web

Assembly: DevExpress.ExpressApp.Scheduler.Web.v19.1.dll

Declaration

public override AppointmentBaseCollection SelectedAppointments { get; }

Property Value

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection object representing the collection of selected appointments.

Remarks

For additional information, refer to the SchedulerControl.SelectedAppointments property description.

See Also