ASPxDataValidationEventArgs(Int32, Boolean) Constructor
Initializes a new instance of the ASPxDataValidationEventArgs class with the specified settings.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | An integer value that is the processed row visible index. |
isNew | Boolean |
|
See Also