Skip to main content

RowHandle(Int32) Constructor

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

Namespace: DevExpress.Xpf.Data

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

NuGet Package: 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