Back to Devexpress

DataViewBase.SetRowHandle(DependencyObject, RowHandle) Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-setrowhandle-x28-system-dot-windows-dot-dependencyobject-devexpress-dot-xpf-dot-data-dot-rowhandle-x29.md

latest1.6 KB
Original Source

DataViewBase.SetRowHandle(DependencyObject, RowHandle) Method

Sets the value of the DataViewBase.RowHandle attached property to 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 void SetRowHandle(
    DependencyObject element,
    RowHandle value
)
vb
Public Shared Sub SetRowHandle(
    element As DependencyObject,
    value As RowHandle
)

Parameters

NameTypeDescription
elementDependencyObject

The element to which the attached property is written.

| | value | RowHandle |

The required RowHandle value.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace