Skip to main content

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.
FieldName Gets the name of the data field whose unique values should be returned.
FilterExpression Gets the filter expression applied to the GridView. Inherited from GridViewCustomBindingArgsBase.
State Gets an object containing information about the current state on the GridView. Inherited from GridViewCustomBindingArgsBase.
See Also