Skip to main content

GridCellValidationEventArgs(Object, Int32, ColumnBase, Object, Object) Constructor

In This Article

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

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public GridCellValidationEventArgs(
    object row,
    int rowHandle,
    ColumnBase column,
    object value,
    object cellValue
)

#Parameters

Name Type
row Object
rowHandle Int32
column ColumnBase
value Object
cellValue Object
See Also