RecurrenceInfoXmlPersistenceHelper.ObjectFromXml(XmlNode) Method
Restores recurrence information from XML data at the specified root node.
Namespace: DevExpress.XtraScheduler.Xml
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
root | XmlNode | A XmlNode class representing the root node of the XML document. |
Returns
Type | Description |
---|---|
IRecurrenceInfo | A IRecurrenceInfo object, containing information about appointment occurrences. |
Remarks
To restore recurrence info for the appointment from an XML string, use the ObjectFromXml method to obtain an IRecurrenceInfo object, and subsequently assign its property values to the Appointment.RecurrenceInfo properties of the appointment.
See Also