ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo Class / PrintEmptyGrid Property

In This Topic
    PrintEmptyGrid Property (PrintInfo)
    In This Topic
    Gets or sets a value whether to print a grid if it has no data rows.
    Syntax
    'Declaration
     
    
    Public Property PrintEmptyGrid As Boolean
    public bool PrintEmptyGrid {get; set;}
    See Also