RowHandle(Int32) Constructor
Initializes a new instance of the RowHandle class with the specified value.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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