ClassCellEditEndedEventArgs
Class
Contains info needed to handle CellEditEnded event.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public class CellEditEndedEventArgs : EventArgs
Inheritance: objectEventArgsCellEditEndedEventArgs
Inherited Members
Constructors
CellEditEndedEventArgs()
Declaration
cs-api-definition
public CellEditEndedEventArgs()
Properties
ColumnIndex
Gets or sets the index of the column.
EditAction
Gets or sets the edit action.
Declaration
cs-api-definition
public VirtualGridEditAction EditAction { get; }
Property Value
The edit action.
RowIndex
Gets or sets the index of the row.