Skip to main content

TreeList.ClearDocument() Method

Clears a print/export document.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public void ClearDocument()

Remarks

When a TreeList’s data is about to be printed/exported, a print/export document is automatically generated. Use the ClearDocument method to clear this document.

See Also