DataViewBase.GetRowElementByRowHandle(Int32) Method
In This Article
Returns a UI element that is the specified row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public FrameworkElement GetRowElementByRowHandle(
int rowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the row’s handle. |
#Returns
Type | Description |
---|---|
Framework |
A Framework |
#Remarks
To learn more, see Identifying Rows and Cards.
See Also