ClassRadCardViewItem
Represents a Card Item in a RadCardView.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class RadCardViewItem : CardViewItemBase
Inheritance: objectCardViewItemBaseRadCardViewItem
Inherited Members
Constructors
RadCardViewItem()
Initializes a new instance of the RadCardViewItem class.
Declaration
public RadCardViewItem()
Fields
IsSelectedProperty
Represents the IsSelected dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
DependencyProperty
Properties
IsSelected
Gets or sets the selected state of a card view item.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
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.
Overrides
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs)
Declaration
protected override void OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs e)
Parameters
e
DependencyPropertyChangedEventArgs