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

GridViewCustomBindingGetRowValuesArgs Properties

Provides arguments to implement a method delegate of the GridViewCustomBindingGetRowValuesHandler type.
Name Description
FilterExpression Gets the filter condition currently applied to the GridView (if any filtering is used). 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