Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public virtual void ExportToXml(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object which the created document is exported to.

See Also