Back to Devexpress

ASPxVerticalGridDataValidationEventArgs Properties

aspnet-devexpress-dot-web-dot-aspxverticalgriddatavalidationeventargs-dot-underscore-properties.md

latest2.6 KB
Original Source

ASPxVerticalGridDataValidationEventArgs Properties

Provides data for the ASPxVerticalGrid.RecordValidating event.

NameDescription
EditorPropertiesErrorsGets a collection of editor errors.
ErrorsGets a collection of record errors.
HasErrorsGets whether the processed data item (row, card or record) has errors. Inherited from ASPxGridDataValidationEventArgs.
IsNewRecordGets whether the processed record is new.
KeysGets a dictionary of field name/value pairs that represent the primary key of the data item (row, card or record) to validate. Inherited from ASPxGridDataValidationEventArgs.
NewValuesGets a dictionary that contains the values of the non-key field name/value pairs in the data item (row, card or record) to be validated. Inherited from ASPxGridDataValidationEventArgs.
OldValuesGets a dictionary that contains the original field name/value pairs in the data item (row, card or record) to validate. Inherited from ASPxGridDataValidationEventArgs.
RecordErrorGets or sets the error text displayed within the Record Error.
VisibleIndexGets a visible index of the currently processed data item (row, card or record). Inherited from ASPxGridDataValidationEventArgs.

See Also

ASPxVerticalGridDataValidationEventArgs Class

ASPxVerticalGridDataValidationEventArgs Members

DevExpress.Web Namespace