EmptyRows Property (C1TrueDBGrid)
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