Skip to main content

GridRowValidationEventArgs.Row Property

Gets the processed row.

Namespace: DevExpress.UI.Xaml.Grid.Native

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 row currently being validated.

See Also