ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / EmptyRows Property

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