Back to Devexpress

DataViewBase.GetRowHandle(DependencyObject) Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-getrowhandle-x28-system-dot-windows-dot-dependencyobject-x29.md

latest1.6 KB
Original Source

DataViewBase.GetRowHandle(DependencyObject) Method

Gets the value of the DataViewBase.RowHandle attached property for a specified DependencyObject.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public static RowHandle GetRowHandle(
    DependencyObject element
)
vb
Public Shared Function GetRowHandle(
    element As DependencyObject
) As RowHandle

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
RowHandle

The DataViewBase.RowHandle property value for the element.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace