Skip to main content

GridColumnDataEventArgs.Row Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object Row { get; }

#Property Value

Type Description
Object

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

See Also