Skip to main content

ReminderCollectionXmlPersistenceHelper.ObjectFromXml(Appointment, XmlNode) Method

Loads the reminder collection from XML data.

Namespace: DevExpress.XtraScheduler.Xml

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public static ReminderCollection ObjectFromXml(
    Appointment apt,
    XmlNode root
)

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