ValueAndCount(Object, Int32) Constructor
In This Article
Initializes a new instance of the ValueAndCount class with specified settings.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
value | Object | The unique value. |
count | Int32 | The number of unique values. |
See Also