ClassCardViewItemBase
Represents the base class of the CardView card controls.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public abstract class CardViewItemBase : Control
Inheritance: objectCardViewItemBase
Derived Classes:
Constructors
CardViewItemBase()
Declaration
protected CardViewItemBase()
Fields
HeaderProperty
Identifies the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
HeaderTemplateProperty
Identifies the HeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
DependencyProperty
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
Properties
Header
Gets or sets the header of the card.
HeaderTemplate
Gets or sets the header DataTemplate of the card.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
DataTemplate
IsExpanded
Gets or sets whether this card is expanded or collapsed.
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.