Provides data for the RadGridView.CellValidated event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewCellValidatedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsGridViewCellValidatedEventArgs
Constructors
Initializes a new instance of the GridViewCellValidatedEventArgs class.
C#
public GridViewCellValidatedEventArgs()
Initializes a new instance of the GridViewCellValidatedEventArgs class.
C#
public GridViewCellValidatedEventArgs(RoutedEvent routedEvent, GridViewCellValidationResult validationResult, GridViewCell cell, object editor)
The routed event.
validationResultGridViewCellValidationResultThe validation result.
cellGridViewCellThe cell.
editorobjectThe editor.
Properties
Gets or sets the cell.
C#
public GridViewCell Cell { get; }
The cell.
Gets or sets the editor element.
C#
public object EditorElement { get; }
The editor element.
Gets or sets the validation result.
C#
public GridViewCellValidationResult ValidationResult { get; }
The validation result.