Skip to main content
All docs
V26.1
  • CustomUniqueValuesEventArgs.CountedValues Property

    Gets or sets unique filter values with their counts.

    Namespace: DevExpress.Xpf.Core.FilteringUI

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

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public IList<CountedValue> CountedValues { get; set; }

    Property Value

    Type Description
    IList<DevExpress.Xpf.Core.FilteringUI.CountedValue>

    A list of unique filter values with their counts.

    See Also