GridViewCustomBindingGetDataRowCountArgs Properties
Provides arguments to implement a method delegate of the GridViewCustomBindingGetDataRowCountHandler type.
Name | Description |
---|---|
Data |
Gets or sets the total number of data rows within a custom model, taking into account the filtering applied within the grid (if any). |
Filter |
Gets the filter expression applied to the Grid |
State |
Gets an object containing information about the current state on the Grid |
See Also