Skip to main content
A newer version of this page is available. .

GridColumnDataEventArgs.Row Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.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