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

Provides data for the RadGridView.RowValidated event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GridViewRowValidatedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsGridViewRowValidatedEventArgs

Constructors

Initializes a new instance of the GridViewRowValidatedEventArgs class.

C#
public GridViewRowValidatedEventArgs(RoutedEvent routedEvent, GridViewRow row)
Parameters:routedEventRoutedEvent

The routed event.

rowGridViewRow

The row.

Properties

Gets or sets the row.

C#
public GridViewRow Row { get; }
Property Value:

The row.

Gets or sets the validation results.

C#
public IList<GridViewCellValidationResult> ValidationResults { get; }
Property Value:

The validation results.