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

Represents event arguments for the CellTemplateNeeded event.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

C#
public class CellTemplateEventArgs : EventArgs

Inheritance: objectEventArgsCellTemplateEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public CellTemplateEventArgs()

Properties

Gets the index of the column.

C#
public int ColumnIndex { get; }

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

C#
public object DataItem { get; }

DataTemplate

DataTemplate

Gets or sets the DataTemplate.

C#
public DataTemplate DataTemplate { get; set; }

Gets the index of the row.

C#
public int RowIndex { get; }