Back to Devexpress

DataViewBase.GetRowElementByRowHandle(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-getrowelementbyrowhandle-x28-system-dot-int32-x29.md

latest1.6 KB
Original Source

DataViewBase.GetRowElementByRowHandle(Int32) Method

Returns a UI element that is the specified row.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public FrameworkElement GetRowElementByRowHandle(
    int rowHandle
)
vb
Public Function GetRowElementByRowHandle(
    rowHandle As Integer
) As FrameworkElement

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the row’s handle.

|

Returns

TypeDescription
FrameworkElement

A FrameworkElement descendant that is the specified row.

|

Remarks

To learn more, see Identifying Rows and Cards.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace