GridViewCustomBindingGetUniqueHeaderFilterValuesArgs Properties
Provides arguments to implement a method delegate of the GridViewCustomBindingGetUniqueHeaderFilterValuesHandler type.
Name | Description |
---|---|
Data | Gets or sets a list of unique values contained within a specific data field. |
Field |
Gets the name of the data field whose unique values should be returned. |
Filter |
Gets the filter expression applied to the Grid |
State |
Gets an object containing information about the current state on the Grid |
See Also