Back to Devexpress

RowData.RowHandle Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-a93d0c7a.md

latest978 B
Original Source

RowData.RowHandle Property

Gets the row’s handle.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public virtual RowHandle RowHandle { get; }
vb
Public Overridable ReadOnly Property RowHandle As RowHandle

Property Value

TypeDescription
RowHandle

A RowHandle object that represents the row’s handle.

|

See Also

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace