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