Skip to main content

GridViewCustomBindingGetRowValuesArgs Properties

Provides arguments to implement a method delegate of the GridViewCustomBindingGetRowValuesHandler type.
Name Description
FilterExpression Gets the filter expression applied to the GridView. Inherited from GridViewCustomBindingArgsBase.
KeyValues Gets a list of objects containing the selected row keys.
RowValues Gets or sets a list of objects containing the selected rows’ data.
State Gets an object containing information about the current state on the GridView. Inherited from GridViewCustomBindingArgsBase.
See Also