ClassCellTemplateEventArgs
Class
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
Constructors
CellTemplateEventArgs()
Declaration
cs-api-definition
public CellTemplateEventArgs()
Properties
ColumnIndex
Gets the index of the column.
DataItem
Gets the object that represents the row in case a DataProvider is used, otherwise its null.
DataTemplate
Gets or sets the DataTemplate.
Declaration
cs-api-definition
public DataTemplate DataTemplate { get; set; }
Property Value
DataTemplate