Back to Devexpress

CustomUniqueValuesEventArgs.UniqueValuesAndCountsAsync Property

wpf-devexpress-dot-xpf-dot-grid-dot-customuniquevalueseventargs-45a6711a.md

latest1.3 KB
Original Source

CustomUniqueValuesEventArgs.UniqueValuesAndCountsAsync Property

Gets or sets a task that allows you to asynchronously return unique values and their counts.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Task<ValueAndCount[]> UniqueValuesAndCountsAsync { get; set; }
vb
Public Property UniqueValuesAndCountsAsync As Task(Of ValueAndCount())

Property Value

TypeDescription
Task<ValueAndCount[]>

A task that allows you to asynchronously return unique values and their counts.

|

See Also

CustomUniqueValuesEventArgs Class

CustomUniqueValuesEventArgs Members

DevExpress.Xpf.Grid Namespace