VerticalGridCustomBindingGetUniqueHeaderFilterValuesArgs Properties
Provides arguments to implement a method delegate of the VerticalGridCustomBindingGetUniqueHeaderFilterValuesHandler 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 VerticalGrid (if any filtering is used). Inherited from VerticalGridCustomBindingArgsBase. |
State | Gets an object containing information about the current state on the VerticalGrid. Inherited from VerticalGridCustomBindingArgsBase. |
See Also