FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPrintParameters Class / ShowPrintPreview Property

In This Topic
    ShowPrintPreview Property (GridPrintParameters)
    In This Topic
    Gets or sets displaying the print preview dialog before printing.
    Syntax
    'Declaration
     
    Public Property ShowPrintPreview As Boolean
    public bool ShowPrintPreview {get; set;}
    See Also