Class
CardViewItemBase

Represents the base class of the CardView card controls.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public abstract class CardViewItemBase : Control

Inheritance: objectCardViewItemBase

Derived Classes: RadCardViewGroupItemRadCardViewItem

Constructors

CardViewItemBase()

Declaration

cs-api-definition
protected CardViewItemBase()

Fields

HeaderProperty

Identifies the Header dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

HeaderTemplateProperty

Identifies the HeaderTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderTemplateProperty

Field Value

DependencyProperty

IsExpandedProperty

Identifies the IsExpanded dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsExpandedProperty

Field Value

DependencyProperty

Properties

Header

Gets or sets the header of the card.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

HeaderTemplate

Gets or sets the header DataTemplate of the card.

Declaration

cs-api-definition
public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate

IsExpanded

Gets or sets whether this card is expanded or collapsed.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

Level

Gets the level of the item.

Declaration

cs-api-definition
public int Level { get; }

Property Value

int

Methods

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.