SchedulerControl.SelectedAppointments Property
In This Article
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 |
---|---|
Selected |
A collection of Appointment |
See Also