EmptyRows Property (C1List)
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;}
Property Value
The default value is false.
See Also