Class LoadDataResult
Encapsulates result of loaded table data.
public class LoadDataResult
- Inheritance
-
objectLoadDataResult
- Extension Methods
Properties
Rows
Gets or sets rows displayed in the table.
public IEnumerable<Row> Rows { get; set; }
Property Value
- IEnumerable<Row>
TotalCount
Gets or sets the total number of items available in data source.
public int TotalCount { get; set; }
Property Value
- int