Skip to main content

DataViewBase.GetRowElementByRowHandle(Int32) Method

Returns a UI element that is the specified row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FrameworkElement GetRowElementByRowHandle(
    int rowHandle
)

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