Class GridViewPreparingCellForEditEventArgs
Contains data needed to handle the PreparingCellForEdit event.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewPreparingCellForEditEventArgs : CancelEventArgs
Constructors
GridViewPreparingCellForEditEventArgs(GridViewColumn, GridViewRowItem, FrameworkElement, RoutedEventArgs)
Initializes a new instance of the Grid
Declaration
public GridViewPreparingCellForEditEventArgs(GridViewColumn dataColumn, GridViewRowItem gridViewRow, FrameworkElement editor, RoutedEventArgs editEventArgs)
Parameters
Grid The column. |
Grid The row. |
System. The editing element. |
System. The System. |
Properties
Column
Gets the column.
Declaration
public GridViewColumn Column { get; }
Property Value
Grid The column. |
EditingElement
Gets the editing element.
Declaration
public FrameworkElement EditingElement { get; }
Property Value
System. The editing element. |
EditingEventArgs
Gets the editing event args.
Declaration
public RoutedEventArgs EditingEventArgs { get; }
Property Value
System. The editing event args. |
Row
Gets the row.
Declaration
public GridViewRowItem Row { get; }
Property Value
Grid The row. |