DataControlBase.GetRowElementByRowHandle(Int32) Method
In This Article
Returns a UI element that is the specified row.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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 |
See Also