Class
CreatingVisualListItemEventArgs

Provides data for the CreatingVisualListItem event, allowing customization of visual list item creation.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CreatingVisualListItemEventArgs : EventArgs

Inheritance: objectEventArgsCreatingVisualListItemEventArgs

Inherited Members EventArgs.Empty

Constructors

CreatingVisualListItemEventArgs()

Initializes a new instance of the CreatingVisualListItemEventArgs class.

Declaration

cs-api-definition
public CreatingVisualListItemEventArgs()

CreatingVisualListItemEventArgs(RadListDataItem, RadListVisualItem)

Initializes a new instance of the CreatingVisualListItemEventArgs class with the specified data item and visual item.

Declaration

cs-api-definition
public CreatingVisualListItemEventArgs(RadListDataItem dataItem, RadListVisualItem visualItem)

Parameters

dataItem

RadListDataItem

The RadListDataItem for which a visual item is being created.

visualItem

RadListVisualItem

The RadListVisualItem being created.

Properties

DataItem

Gets the data item for which a virtualized visual element is being created.

Declaration

cs-api-definition
public RadListDataItem DataItem { get; }

Property Value

RadListDataItem

VisualItem

Gets or sets the custom visual list item that will provide the visual representation for the data item.

Declaration

cs-api-definition
public RadListVisualItem VisualItem { get; set; }

Property Value

RadListVisualItem