Class
RadCardViewItem

Represents a Card Item in a RadCardView.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class RadCardViewItem : CardViewItemBase

Inheritance: objectCardViewItemBaseRadCardViewItem

Inherited Members CardViewItemBase.IsExpandedPropertyCardViewItemBase.HeaderPropertyCardViewItemBase.HeaderTemplatePropertyCardViewItemBase.IsExpandedCardViewItemBase.HeaderCardViewItemBase.HeaderTemplateCardViewItemBase.Level

Constructors

RadCardViewItem()

Initializes a new instance of the RadCardViewItem class.

Declaration

cs-api-definition
public RadCardViewItem()

Fields

IsSelectedProperty

Represents the IsSelected dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

Properties

IsSelected

Gets or sets the selected state of a card view item.

Declaration

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

Property Value

bool

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

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.

Overrides CardViewItemBase.OnCreateAutomationPeer()

OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)

Declaration

cs-api-definition
protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)

Parameters

e

DependencyPropertyChangedEventArgs