GridRowValidationEventArgs(Object, Int32) Constructor
In This Article
Initializes a new instance of the GridRowValidationEventArgs class.
Namespace: DevExpress.UI.Xaml.Grid.Native
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
row | Object | A validated row. |
row |
Int32 | The validated row’s handle. |
See Also