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

TreeList.ClearDocument() Method

Clears a print/export document.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

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