CustomUniqueValuesEventArgs.UniqueValuesAndCountsAsync Property
In This Article
Gets or sets a task that allows you to asynchronously return unique values and their counts.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public Task<ValueAndCount[]> UniqueValuesAndCountsAsync { get; set; }
#Property Value
Type | Description |
---|---|
Task<Value |
A task that allows you to asynchronously return unique values and their counts. |
See Also