Contains info needed to handle CellEditEnded event.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
C#
public class CellEditEndedEventArgs : EventArgs
Inheritance: objectEventArgsCellEditEndedEventArgs
Inherited Members
Constructors
C#
public CellEditEndedEventArgs()
Properties
Gets or sets the index of the column.
C#
public int ColumnIndex { get; }
Gets or sets the edit action.
C#
public VirtualGridEditAction EditAction { get; }
The edit action.