ClassCellValidatingRoutedEventArgs
Class
Provides data for the validating event of a field.
Definition
Namespace:Telerik.Windows.Controls.GridView.Cells
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class CellValidatingRoutedEventArgs : CellRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCellRoutedEventArgsCellValidatingRoutedEventArgs
Inherited Members
Constructors
CellValidatingRoutedEventArgs(object, object)
Initializes a new instance of the CellValidatingRoutedEventArgs class. Provides data for the validating event of a field.
Properties
ValidationResult
Gets or sets the result of the validation performed on the field.
Declaration
cs-api-definition
public ValidationResult ValidationResult { get; set; }
Property Value