SerializeAppointmentsEventArgs.Appointments Property
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
Property Value
Type | Description |
---|---|
IList<AppointmentItem> | A collection of AppointmentItem objects. |
See Also