Back to Devexpress

GridCell.RowHandle Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcell-4564068b.md

latest970 B
Original Source

GridCell.RowHandle Property

Gets the handle of the row which owns the cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the handle of the row which owns the cell.

|

See Also

GridCell Class

GridCell Members

DevExpress.Xpf.Grid Namespace