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.v19.1.Core.dll

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