New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

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; }
Property Value:

The edit action.

Gets or sets the index of the row.

C#
public int RowIndex { get; }

Gets or sets the value.

C#
public object Value { get; set; }