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

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 condition currently applied to the GridView (if any filtering is used). Inherited from GridViewCustomBindingArgsBase.
State Gets an object containing information about the current state on the GridView. Inherited from GridViewCustomBindingArgsBase.
See Also