Skip to main content

GridRowValidationEventArgs(Object, Int32) Constructor

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

public GridRowValidationEventArgs(
    object row,
    int rowHandle
)

Parameters

Name Type Description
row Object

A validated row.

rowHandle Int32

The validated row’s handle.

See Also