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
Constructors
Initializes a new instance of the CardViewItemFormattingEventArgs class.
C#
public CardViewItemFormattingEventArgs(LayoutControlItemBase item, CardListViewVisualItem visualItem)
Properties
Gets the LayoutControlItemBase.
C#
public LayoutControlItemBase Item { get; }
Gets the CardListViewVisualItem.
C#
public CardListViewVisualItem VisualItem { get; }