SerializeAppointmentsEventArgs.Appointments Property
In This Article
Provides access to the list of appointments that should be serialized.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public IList<AppointmentItem> Appointments { get; }
#Property Value
Type | Description |
---|---|
IList<Appointment |
A collection of Appointment |
See Also