PersistentObject.ToXml() Method
OBSOLETE
You should use the DevExpress.XtraScheduler.Xml.XmlPersistenceHelper.ToXml method instead.
Creates an XML encoding of the persistent object.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
[Obsolete("You should use the DevExpress.XtraScheduler.Xml.XmlPersistenceHelper.ToXml method instead.", false)]
public virtual string ToXml()
Returns
Type | Description |
---|---|
String | A String value that represents an XML encoding of the persistent object. |
See Also