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

SchedulerControl.SelectedAppointments Property

Returns the selected appointments.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public SelectedAppointmentItemCollection SelectedAppointments { get; }

Property Value

Type Description
SelectedAppointmentItemCollection

A collection of AppointmentItem objects that represent the selected appointments.

See Also