Skip to main content
A newer version of this page is available. .

CustomUniqueValuesEventArgs.UniqueValuesAsync Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public Task<object[]> UniqueValuesAsync { get; set; }

Property Value

Type Description
Task<Object[]>

A task that allows you to asynchronously return unique values.

See Also