GridCellValidationEventArgs Properties
Provides data for the GridColumn.Validate event.
Name | Description |
---|---|
Cell |
Gets or sets the Cell |
Cell |
Gets the cell's old valid value. |
Column | Gets a column that owns the cell. |
Culture |
Gets the culture related to the validation.
Inherited from Validation |
Error |
Gets or sets an object that describes the validation error.
Inherited from Validation |
Error |
Gets or sets the error type.
Inherited from Validation |
Handled |
Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route.
Inherited from Routed |
Is |
Gets or sets a value specifying whether the value is valid.
Inherited from Validation |
Original |
Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class.
Inherited from Routed |
Routed |
Gets or sets the Routed |
Row |
Gets the processed row.
Inherited from Grid |
Row |
Gets the processed row's handle.
Inherited from Grid |
Source |
Gets or sets a reference to the object that raised the event.
Inherited from Routed |
Update |
Gets an object that invoked the Base |
Value |
Gets the editor's new value.
Inherited from Validation |
See Also