Class GridViewRowValidatedEventArgs
Provides data for the RadGridView.RowValidated event.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewRowValidatedEventArgs : RadRoutedEventArgs
Constructors
GridViewRowValidatedEventArgs(RoutedEvent, GridViewRow)
Initializes a new instance of the Grid
Declaration
public GridViewRowValidatedEventArgs(RoutedEvent routedEvent, GridViewRow row)
Parameters
System. The routed event. |
Grid The row. |
Properties
Row
Gets or sets the row.
Declaration
public GridViewRow Row { get; }
Property Value
Grid The row. |
ValidationResults
Gets or sets the validation results.
Declaration
public IList<GridViewCellValidationResult> ValidationResults { get; }
Property Value
System. The validation results. |