Skip to main content
All docs
V26.1
  • GetUniqueValuesEventArgs.ResultWithCounts Property

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

    Namespace: DevExpress.Xpf.Data

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public ValueAndCount[] ResultWithCounts { get; set; }

    Property Value

    Type Description
    ValueAndCount[]

    The result of the get unique values operation.

    See Also