Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public ASPxDataValidationEventHandler RowValidating { get; set; }

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