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.v14.2.Core.dll

#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.

See Also