Class VisualItemFormattingEventArgs
Contains the visual list item which is to be formatted in the VisualItemFormatting event of RadListControl.
Inheritance
System.Object
VisualItemFormattingEventArgs
Inherited Members
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 VisualItemFormattingEventArgs
Constructors
VisualItemFormattingEventArgs(RadListVisualItem)
Declaration
public VisualItemFormattingEventArgs(RadListVisualItem item)
Parameters
RadListVisualItem
item
|
Properties
VisualItem
Gets the visual list item which is to be formatted.
Declaration
public RadListVisualItem VisualItem { get; }
Property Value
RadListVisualItem
|