Class GridViewCellValidatedEventArgs
Provides data for the RadGridView.CellValidated event.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewCellValidatedEventArgs : RadRoutedEventArgs
Constructors
GridViewCellValidatedEventArgs()
Initializes a new instance of the Grid
Declaration
public GridViewCellValidatedEventArgs()
GridViewCellValidatedEventArgs(RoutedEvent, GridViewCellValidationResult, GridViewCell, Object)
Initializes a new instance of the Grid
Declaration
public GridViewCellValidatedEventArgs(RoutedEvent routedEvent, GridViewCellValidationResult validationResult, GridViewCell cell, object editor)
Parameters
System. The routed event. |
Grid The validation result. |
Grid The cell. |
System. The editor. |
Properties
Cell
Gets or sets the cell.
Declaration
public GridViewCell Cell { get; }
Property Value
Grid The cell. |
EditorElement
Gets or sets the editor element.
Declaration
public object EditorElement { get; }
Property Value
System. The editor element. |
ValidationResult
Gets or sets the validation result.
Declaration
public GridViewCellValidationResult ValidationResult { get; }
Property Value
Grid The validation result. |