ValidateRowEventArgs(Int32, Object) Constructor
Initializes a new instance of the ValidateRowEventArgs class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
rowHandle | Int32 | An integer value representing the handle of the row being validated. This value is assigned to the RowEventArgs.RowHandle property. |
row | Object | An object representing the row being validated. This value is assigned to the RowObjectEventArgs.Row property. |
Remarks
The constructor sets the ValidateRowEventArgs object’s properties to the following initial values:
- the ValidateRowEventArgs.ErrorText property is set to an empty string;
- the ValidateRowEventArgs.Valid property is set to true.
See Also