Skip to main content

GridColumnDataEventArgs.Row Property

Get a data row which contains the cell currently being processed.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public object Row { get; }

Property Value

Type Description
Object

An object that represents the data row containing the processed cell.

See Also