Skip to main content

CustomUniqueValuesEventArgs.UniqueValuesAndCounts Property

Gets or sets unique values and their counts.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ValueAndCount[] UniqueValuesAndCounts { get; set; }

Property Value

Type Description
ValueAndCount[]

Unique values and their counts.

See Also