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)
The routed event.
rowGridViewRowThe row.
Properties
Gets or sets the row.
C#
public GridViewRow Row { get; }
The row.
Gets or sets the validation results.
C#
public IList<GridViewCellValidationResult> ValidationResults { get; }
The validation results.