GridViewCustomBindingGetRowValuesArgs Properties
Provides arguments to implement a method delegate of the GridViewCustomBindingGetRowValuesHandler type.
Name | Description |
---|---|
Filter |
Gets the filter expression applied to the Grid |
Key |
Gets a list of objects containing the selected row keys. |
Row |
Gets or sets a list of objects containing the selected rows’ data. |
State |
Gets an object containing information about the current state on the Grid |
See Also