New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:routedEventRoutedEvent

The routed event.

validationResultGridViewCellValidationResult

The validation result.

cellGridViewCell

The cell.

editorobject

The editor.

Properties

Gets or sets the cell.

C#
public GridViewCell Cell { get; }
Property Value:

The cell.

Gets or sets the editor element.

C#
public object EditorElement { get; }
Property Value:

The editor element.

Gets or sets the validation result.

C#
public GridViewCellValidationResult ValidationResult { get; }
Property Value:

The validation result.