Class
GridViewCellValidatedEventArgs

Provides data for the RadGridView.CellValidated event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewCellValidatedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewCellValidatedEventArgs

Constructors

GridViewCellValidatedEventArgs()

Initializes a new instance of the GridViewCellValidatedEventArgs class.

Declaration

cs-api-definition
public GridViewCellValidatedEventArgs()

GridViewCellValidatedEventArgs(RoutedEvent, GridViewCellValidationResult, GridViewCell, object)

Initializes a new instance of the GridViewCellValidatedEventArgs class.

Declaration

cs-api-definition
public GridViewCellValidatedEventArgs(RoutedEvent routedEvent, GridViewCellValidationResult validationResult, GridViewCell cell, object editor)

Parameters

routedEvent

RoutedEvent

The routed event.

validationResult

GridViewCellValidationResult

The validation result.

cell

GridViewCell

The cell.

editor

object

The editor.

Properties

Cell

Gets or sets the cell.

Declaration

cs-api-definition
public GridViewCell Cell { get; }

Property Value

GridViewCell

The cell.

EditorElement

Gets or sets the editor element.

Declaration

cs-api-definition
public object EditorElement { get; }

Property Value

object

The editor element.

ValidationResult

Gets or sets the validation result.

Declaration

cs-api-definition
public GridViewCellValidationResult ValidationResult { get; }

Property Value

GridViewCellValidationResult

The validation result.