Class ListViewCellFormattingEventArgs
Inheritance
System.Object
System.EventArgs
ListViewCellFormattingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ListViewCellFormattingEventArgs : EventArgs
Constructors
ListViewCellFormattingEventArgs(DetailListViewCellElement)
Declaration
public ListViewCellFormattingEventArgs(DetailListViewCellElement cellElement)
Parameters
DetailListViewCellElement
cellElement
|
Properties
CellElement
Declaration
public DetailListViewCellElement CellElement { get; }
Property Value
DetailListViewCellElement
|