Class
GridViewRowValidatedEventArgs

Provides data for the RadGridView.RowValidated event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewRowValidatedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewRowValidatedEventArgs

Constructors

GridViewRowValidatedEventArgs(RoutedEvent, GridViewRow)

Initializes a new instance of the GridViewRowValidatedEventArgs class.

Declaration

cs-api-definition
public GridViewRowValidatedEventArgs(RoutedEvent routedEvent, GridViewRow row)

Parameters

routedEvent

RoutedEvent

The routed event.

row

GridViewRow

The row.

Properties

Row

Gets or sets the row.

Declaration

cs-api-definition
public GridViewRow Row { get; }

Property Value

GridViewRow

The row.

ValidationResults

Gets or sets the validation results.

Declaration

cs-api-definition
public IList<GridViewCellValidationResult> ValidationResults { get; }

Property Value

IList<GridViewCellValidationResult>

The validation results.