A newer version of this page is available.
Switch to the current version.
DataViewBase.GetRowElementByRowHandle(Int32) Method
Returns a UI element that is the specified row.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public FrameworkElement GetRowElementByRowHandle(
int rowHandle
)
Public Function GetRowElementByRowHandle(
rowHandle As Integer
) As FrameworkElement
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | An integer value that specifies the row's handle. |
Returns
Type | Description |
---|---|
FrameworkElement | A FrameworkElement descendant that is the specified row. |
Remarks
To learn more, see Identifying Rows and Cards.
See Also
Feedback