Provides data for the validating event of a field.
Definition
Namespace:Telerik.Windows.Controls.GridView.Cells
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class CellValidatingRoutedEventArgs : CellRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCellRoutedEventArgsCellValidatingRoutedEventArgs
Inherited Members
Constructors
Initializes a new instance of the CellValidatingRoutedEventArgs class. Provides data for the validating event of a field.
Properties
Gets or sets the result of the validation performed on the field.
C#
public ValidationResult ValidationResult { get; set; }