Class
CellValueEventArgs

Represents event arguments for the CellValueNeeded event.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public class CellValueEventArgs : EventArgs

Inheritance: objectEventArgsCellValueEventArgs

Inherited Members EventArgs.Empty

Constructors

CellValueEventArgs()

Declaration

cs-api-definition
public CellValueEventArgs()

Properties

ColumnIndex

Gets the index of the column.

Declaration

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

Property Value

int

RowIndex

Gets 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