CardViewModel
Class
Dependency object used as data context proxy object.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class CardViewModel : DependencyObject
Inheritance: objectCardViewModel
Fields
DataProperty
DependencyProperty
Identifies the Data read-only dependency property.
C#
public static readonly DependencyProperty DataProperty
HeaderProperty
DependencyProperty
Identifies the Header dependency property.
C#
public static readonly DependencyProperty HeaderProperty
IsExpandedProperty
DependencyProperty
Identifies the IsExpanded dependency property.
C#
public static readonly DependencyProperty IsExpandedProperty
IsSelectedProperty
DependencyProperty
Identifies the IsSelected dependency property.
C#
public static readonly DependencyProperty IsSelectedProperty
LevelProperty
DependencyProperty
Identifies the Level read-only dependency property.
C#
public static readonly DependencyProperty LevelProperty
Properties
Gets or sets the IsExpanded value.
C#
public bool IsExpanded { get; set; }
Gets or sets the IsSelected value.
C#
public bool IsSelected { get; set; }