GetUniqueValuesAsyncArgs Properties
Populates commands bound to the InfiniteAsyncSource.GetUniqueValuesCommand / PagedAsyncSource.GetUniqueValuesCommand properties with data.| Name | Description |
|---|---|
| CancellationToken | Gets a token that allows you to respond to a task cancellation request invoked by the GridControl. |
| Filter | Gets the GridControl‘s filter. |
| PropertyName | Gets the field name for which the GridControl collects unique values. |
| 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). |
See Also