Back to Devexpress

DataControlBase.GetRowState(Int32, Boolean) Method

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-dot-getrowstate-x28-system-dot-int32-system-dot-boolean-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DependencyObject GetRowState(
    int rowHandle,
    bool createNewIfNotExist
)
vb
Public Function GetRowState(
    rowHandle As Integer,
    createNewIfNotExist As Boolean
) As DependencyObject

Parameters

NameTypeDescription
rowHandleInt32

An integer value that is the row’s handle.

| | createNewIfNotExist | Boolean | |

Returns

TypeDescription
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

RowState

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace