Class
ListViewCellElementCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ListViewCellElementCreatingEventArgs : EventArgs

Inheritance: objectEventArgsListViewCellElementCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

ListViewCellElementCreatingEventArgs(DetailListViewCellElement)

Declaration

cs-api-definition
public ListViewCellElementCreatingEventArgs(DetailListViewCellElement cellElement)

Parameters

cellElement

DetailListViewCellElement

Properties

CellElement

Declaration

cs-api-definition
public DetailListViewCellElement CellElement { get; set; }

Property Value

DetailListViewCellElement