Skip to main content

BaseView.ClearDocument() Method

Clears a previously generated document for printing/exporting.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void ClearDocument()

Remarks

See ViewPrintOptionsBase.AutoResetPrintDocument to learn more.

See Also