ASPxVerticalGridDataValidationEventArgs Constructors
Provides data for the ASPxVerticalGrid.RecordValidating event.| Name | Parameters | Description |
|---|---|---|
| ASPxVerticalGridDataValidationEventArgs(Boolean) | isNew | Initializes a new instance of the ASPxVerticalGridDataValidationEventArgs class. |
| ASPxVerticalGridDataValidationEventArgs(Int32, Boolean) | visibleIndex, isNew | Initializes a new instance of the ASPxVerticalGridDataValidationEventArgs class with the specified settings. |
See Also