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 |
row |
Int32 |
column | Column |
value | Object |
cell |
Object |
See Also