Class GridViewRowValidatedEventArgs
Provides data for the RadGridView.RowValidated event.
Inherited Members
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 GridViewRowValidatedEventArgs class.
Declaration
public GridViewRowValidatedEventArgs(RoutedEvent routedEvent, GridViewRow row)
Parameters
RoutedEvent
routedEvent
The routed event. |
GridViewRow
row
The row. |
Properties
Row
Gets or sets the row.
Declaration
public GridViewRow Row { get; }
Property Value
GridViewRow
The row. |
ValidationResults
Gets or sets the validation results.
Declaration
public IList<GridViewCellValidationResult> ValidationResults { get; }
Property Value
System.Collections.Generic.IList<GridViewCellValidationResult>
The validation results. |