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.v18.2.Core.dll

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