ValidateRowEventArgs Properties
Provides data for the ColumnView.ValidateRow event.
Name | Description |
---|---|
Error |
Gets or sets the error description. |
Row |
Gets the processed row.
Inherited from Row |
Row |
Gets the row’s handle (position). For the Column |
Valid | Gets or sets whether the row validation succeeds. |
See Also