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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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