MVCxGridViewProperties.RowValidating Property
Enables you to specify whether row data is valid and whether the row can be updated.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ASPxDataValidationEventHandler | A ASPxDataValidationEventHandler delegate method allowing you to implement custom processing. |
Remarks
Implement a ASPxDataValidationEventHandler delegate method and assign it to the RowValidating property. For more implementation details, refer to the ASPxDataValidationEventHandler delegate description.
See Also