Skip to main content

GridRowValidationEventArgs(Object, Int32) Constructor

In This Article

Initializes a new instance of the GridRowValidationEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public GridRowValidationEventArgs(
    object row,
    int rowHandle
)

#Parameters

Name Type
row Object
rowHandle Int32
See Also