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. NewItemRowHandle value when a new row is added. Inherited from RowEventArgs. |
Valid | Gets or sets whether the row validation succeeds. |
See Also