Skip to main content

SchedulerControl.SelectedAppointments Property

Returns the selected appointments.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.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