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
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; }