Back to Devexpress

ASPxCardViewDataValidationEventArgs Properties

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

latest2.5 KB
Original Source

ASPxCardViewDataValidationEventArgs Properties

Provides data for the ASPxCardView.CardValidating event.

NameDescription
CardErrorGets or sets the error text displayed within the Error Row.
EditorPropertiesErrorsGets a collection of editor errors.
ErrorsGets a collection of card errors.
HasErrorsGets whether the processed data item (row, card or record) has errors. Inherited from ASPxGridDataValidationEventArgs.
IsNewCardGets whether the processed card 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.
VisibleIndexGets a visible index of the currently processed data item (row, card or record). Inherited from ASPxGridDataValidationEventArgs.

See Also

ASPxCardViewDataValidationEventArgs Class

ASPxCardViewDataValidationEventArgs Members

DevExpress.Web Namespace