GetUniqueValuesEventArgs Properties
Provides data for the InfiniteSource.GetUniqueValues and PagedSource.GetUniqueValues events.| Name | Description |
|---|---|
| Filter | Gets the GridControl‘s filtering. Inherited from GetUniqueValuesEventArgsBase. |
| PropertyName | Gets the property name. Inherited from GetUniqueValuesEventArgsBase. |
| Result | Gets or sets the result of the get unique values operation (only values). |
| ResultWithCounts | Gets or sets the result of the get unique values operation (values and their counts). |
| Source | Gets a source object that returns data. |
See Also