ASPxClientVerticalGridBatchEditRecordValidatingEventArgs Members
Provides data for the ASPxClientVerticalGrid.BatchEditRecordValidating event.Constructors
Name | Description |
---|---|
constructor(visibleIndex, validationInfo) | Initializes a new instance of the ASPxClientVerticalGridBatchEditRecordValidatingEventArgs class. |
Properties
Name | Description |
---|---|
validationInfo | Provides validation information on the record currently being validated. |
visibleIndex | Gets the processed record’s visible index. |
See Also