Class
CellEditEndedEventArgs

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

Constructors

CellEditEndedEventArgs()

Declaration

cs-api-definition
public CellEditEndedEventArgs()

Properties

ColumnIndex

Gets or sets the index of the column.

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

EditAction

Gets or sets the edit action.

Declaration

cs-api-definition
public VirtualGridEditAction EditAction { get; }

Property Value

VirtualGridEditAction

The edit action.

RowIndex

Gets or sets the index of the row.

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int

Value

Gets or sets the value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object