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

CustomUniqueValuesEventArgs.UniqueValuesAndCounts Property

Gets or sets unique values and their counts.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public ValueAndCount[] UniqueValuesAndCounts { get; set; }

Property Value

Type Description
ValueAndCount[]

Unique values and their counts.

See Also