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

ValueAndCount(Object, Int32) Constructor

Initializes a new instance of the ValueAndCount class with specified settings.

Namespace: DevExpress.Xpf.Data

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ValueAndCount(
    object value,
    int count
)

Parameters

Name Type
value Object
count Int32
See Also