DataControlBase.GetRowState(Int32, Boolean) Method
Gets or sets an object that represents custom information about a row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rowHandle | Int32 | An integer value that is the row’s handle. |
| createNewIfNotExist | Boolean |
Returns
| Type | Description |
|---|---|
| DependencyObject | A DependencyObject that contains information about a row. |
Remarks
Use the GetRowState method to get an object that contains information about the specified row.
See Also