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

In This Topic
    ShowPrintDialog Property (GridPrintParameters)
    In This Topic
    Specifies whether to display a print dialog before printing.
    Syntax
    'Declaration
     
    Public Property ShowPrintDialog As Boolean
    public bool ShowPrintDialog {get; set;}
    See Also