Skip to main content
All docs
V25.2
  • GetUniqueValuesAsyncArgs.ResultWithCounts Property

    Gets or sets the result of the get unique values operation (values and their counts).

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.2.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public Task<ValueAndCount[]> ResultWithCounts { get; set; }

    Property Value

    Type Description
    Task<ValueAndCount[]>

    A task that returns the result of the get unique values operation.

    See Also