CustomUniqueValuesEventArgs Properties
Provides data for the FilterBehavior.CustomUniqueValues event.| Name | Description |
|---|---|
| CountedValues | Gets or sets unique filter values with their counts. |
| FieldName | Gets a name of the field. |
| Filter | Gets the current filter criteria specified in the Filter Editor / Filter Element. |
| Values | Gets or sets unique filter values. |
See Also