DataControlBase.GetRowState(Int32, Boolean) Method
In This Article
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 |
---|---|---|
row |
Int32 | An integer value that is the row’s handle. |
create |
Boolean |
#Returns
Type | Description |
---|---|
Dependency |
A Dependency |
#Remarks
Use the GetRowState method to get an object that contains information about the specified row.
See Also