Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DependencyObject GetRowState(
    int rowHandle,
    bool createNewIfNotExist
)

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