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