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

CustomUniqueValuesEventArgs.CountedValues Property

Gets or sets unique filter values with their counts.

Namespace: DevExpress.Xpf.Core.FilteringUI

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

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