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

TreeList.ExportToXml(Stream) Method

Exports the Tree List’s data as XML and sends it to the specified stream.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public virtual void ExportToXml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object which the created document is exported to.

See Also