Skip to main content

AppointmentXmlPersistenceHelper.CreateObjectXmlLoader(XmlNode) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler.Xml

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override ObjectXmlLoader CreateObjectXmlLoader(
    XmlNode root
)

Parameters

Name Type
root XmlNode

Returns

Type
DevExpress.Utils.Serializing.ObjectXmlLoader
See Also