ReminderCollectionXmlPersistenceHelper.ObjectFromXml(Appointment, XmlNode) Method
Loads the reminder collection from XML data.
Namespace: DevExpress.XtraScheduler.Xml
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment for which reminders are loaded. |
root | XmlNode | A XmlDocument object that is the root node in the XML document. |
Returns
Type | Description |
---|---|
ReminderCollection | A ReminderCollection object that is the collection of reminders for an appointment. |
See Also