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

RowHandle(Int32) Constructor

Initializes a new instance of the RowHandle class with the specified value.

Namespace: DevExpress.Xpf.Data

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

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

Declaration

public RowHandle(
    int value
)

Parameters

Name Type Description
value Int32

An integer value that specifies the value of the created row handle. This value is assigned to the RowHandle.Value property.

See Also