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

BaseView.ClearDocument() Method

Clears a previously generated document for printing/exporting.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public void ClearDocument()

Remarks

See ViewPrintOptionsBase.AutoResetPrintDocument to learn more.

See Also