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

SchedulerControl.SelectedAppointments Property

Provides access to the selected appointments.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SelectedAppointmentItemCollection SelectedAppointments { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.SelectedAppointmentItemCollection

A collection of AppointmentItem objects that represent the selected appointments.

See Also