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