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.v21.1.dll

Declaration

public SelectedAppointmentItemCollection SelectedAppointments { get; }

Property Value

Type Description
DevExpress.WinUI.Scheduler.SelectedAppointmentItemCollection

A collection of AppointmentItem objects that represent the selected appointments.

See Also