Back to Devexpress

CustomUniqueValuesEventArgs.UniqueValuesAsync Property

wpf-devexpress-dot-xpf-dot-grid-dot-customuniquevalueseventargs-b07a4b5a.md

latest1.2 KB
Original Source

CustomUniqueValuesEventArgs.UniqueValuesAsync Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Task<object[]> UniqueValuesAsync { get; set; }
vb
Public Property UniqueValuesAsync As Task(Of Object())

Property Value

TypeDescription
Task<Object[]>

A task that allows you to asynchronously return unique values.

|

See Also

CustomUniqueValuesEventArgs Class

CustomUniqueValuesEventArgs Members

DevExpress.Xpf.Grid Namespace