RecurrenceInfoXmlPersistenceHelper(Appointment) Constructor
In This Article
Initializes new instance of the RecurrenceInfoXmlPersistenceHelper class with the specified settings.
Namespace: DevExpress.XtraScheduler.Xml
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public RecurrenceInfoXmlPersistenceHelper(
Appointment appointment
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | An Appointment object whose Appointment. |
See Also