New to Telerik UI for WinFormsStart a free 30-day trial

Provides data for the CardViewItemFormatting event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class CardViewItemFormattingEventArgs : EventArgs

Inheritance: objectEventArgsCardViewItemFormattingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the CardViewItemFormattingEventArgs class.

C#
public CardViewItemFormattingEventArgs(LayoutControlItemBase item, CardListViewVisualItem visualItem)
Parameters:itemLayoutControlItemBase

The LayoutControlItemBase

visualItemCardListViewVisualItem

The CardListViewVisualItem

Properties

C#
public LayoutControlItemBase Item { get; }
C#
public CardListViewVisualItem VisualItem { get; }