Class
CellTemplateEventArgs

Represents event arguments for the CellTemplateNeeded event.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public class CellTemplateEventArgs : EventArgs

Inheritance: objectEventArgsCellTemplateEventArgs

Inherited Members EventArgs.Empty

Constructors

CellTemplateEventArgs()

Declaration

cs-api-definition
public CellTemplateEventArgs()

Properties

ColumnIndex

Gets the index of the column.

Declaration

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

Property Value

int

DataItem

Gets the object that represents the row in case a DataProvider is used, otherwise its null.

Declaration

cs-api-definition
public object DataItem { get; }

Property Value

object

DataTemplate

Gets or sets the DataTemplate.

Declaration

cs-api-definition
public DataTemplate DataTemplate { get; set; }

Property Value

DataTemplate

RowIndex

Gets the index of the row.

Declaration

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

Property Value

int