Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ValidateRowEventArgs Properties
Show Inherited Hide Inherited

Provides data for the ColumnView.ValidateRow event.
Name Description
ErrorText Gets or sets the error description.
Row Gets the processed row. Inherited from RowObjectEventArgs.
RowHandle Gets the row’s handle (position). For the ColumnView.RowUpdated event, this property specifies the previous handle (position) of the currently processed row. NewItemRowHandle value when a new row is added. Inherited from RowEventArgs.
Valid Gets or sets whether the row validation succeeds.
See Also