Skip to main content
A newer version of this page is available. .

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 condition currently applied to the GridView (if any filtering is used). Inherited from GridViewCustomBindingArgsBase.
State Gets an object containing information about the current state on the GridView. Inherited from GridViewCustomBindingArgsBase.
See Also