Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.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