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

Represents the base class of the CardView card controls.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public abstract class CardViewItemBase : Control

Inheritance: objectCardViewItemBase

Derived Classes: RadCardViewGroupItemRadCardViewItem

Constructors

C#
protected CardViewItemBase()

Fields

HeaderProperty

DependencyProperty

Identifies the Header dependency property.

C#
public static readonly DependencyProperty HeaderProperty

HeaderTemplateProperty

DependencyProperty

Identifies the HeaderTemplate dependency property.

C#
public static readonly DependencyProperty HeaderTemplateProperty

IsExpandedProperty

DependencyProperty

Identifies the IsExpanded dependency property.

C#
public static readonly DependencyProperty IsExpandedProperty

Properties

Gets or sets the header of the card.

C#
public object Header { get; set; }

HeaderTemplate

DataTemplate

Gets or sets the header DataTemplate of the card.

C#
public DataTemplate HeaderTemplate { get; set; }

Gets or sets whether this card is expanded or collapsed.

C#
public bool IsExpanded { get; set; }

Gets the level of the item.

C#
public int Level { get; }

Methods

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.