ClassListViewCellElementCreatingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class ListViewCellElementCreatingEventArgs : EventArgs
Inheritance: objectEventArgsListViewCellElementCreatingEventArgs
Inherited Members
Constructors
ListViewCellElementCreatingEventArgs(DetailListViewCellElement)
Declaration
cs-api-definition
public ListViewCellElementCreatingEventArgs(DetailListViewCellElement cellElement)
Parameters
cellElement
Properties
CellElement
Declaration
cs-api-definition
public DetailListViewCellElement CellElement { get; set; }
Property Value