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.v18.2.dll

Declaration

[Obsolete("Use ShowPrintPreview instead")]
[Browsable(false)]
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