Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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