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

Represents event arguments for the CellValueNeeded event.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

C#
public class CellValueEventArgs : EventArgs

Inheritance: objectEventArgsCellValueEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public CellValueEventArgs()

Properties

Gets the index of the column.

C#
public int ColumnIndex { get; }

Gets the index of the row.

C#
public int RowIndex { get; }

Gets or sets the value.

C#
public object Value { get; set; }