Back to Devexpress

CustomColumnDisplayTextEventArgs.Row Property

wpf-devexpress-dot-xpf-dot-grid-dot-customcolumndisplaytexteventargs-fd031b01.md

latest1.3 KB
Original Source

CustomColumnDisplayTextEventArgs.Row Property

Gets the row which owns the processed cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public object Row { get; }
vb
Public ReadOnly Property Row As Object

Property Value

TypeDescription
Object

An object that represents the row in which the processed cell resides.

|

See Also

RowHandle

Identify Rows and Cards

CustomColumnDisplayTextEventArgs Class

CustomColumnDisplayTextEventArgs Members

DevExpress.Xpf.Grid Namespace