Skip to main content
A newer version of this page is available. .

ValidateRowEventArgs Properties

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. Inherited from RowEventArgs.
Valid Gets or sets whether the row validation succeeds.
See Also