True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBDropdown Class / EmptyRows Property

In This Topic
    EmptyRows Property (C1TrueDBDropdown)
    In This Topic
    Gets or sets a value that determines how the grid displays rows below the last data row.
    Syntax
    'Declaration
     
    Public Property EmptyRows As System.Boolean
    public System.bool EmptyRows {get; set;}
    See Also