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

GridControl.ShowPreview() Method

OBSOLETE

Use ShowPrintPreview() instead

Opens the Print Preview window for the grid control’s Default View.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use ShowPrintPreview instead")]
public void ShowPreview()

Remarks

This method calls the BaseView.ShowPrintPreview method for the grid control’s Default View, specified by the GridControl.DefaultView property.

See Also