CustomUniqueValuesEventArgs.UniqueValuesAndCounts Property
In This Article
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 |
---|---|
Value |
Unique values and their counts. |
See Also