GetUniqueValuesAsyncEventArgs Properties
Provides data for the InfiniteAsyncSource.GetUniqueValues and PagedAsyncSource.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). |
See Also