ClassCardViewModel
Class
Dependency object used as data context proxy object.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class CardViewModel : DependencyObject
Inheritance: objectCardViewModel
Fields
DataProperty
Identifies the Data read-only dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty DataProperty
Field Value
DependencyProperty
HeaderProperty
Identifies the Header dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
IsSelectedProperty
Identifies the IsSelected dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty IsSelectedProperty
Field Value
DependencyProperty
LevelProperty
Identifies the Level read-only dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty LevelProperty
Field Value
DependencyProperty
Properties
Data
Gets the data item.
Header
Gets or sets the Header value.
IsExpanded
Gets or sets the IsExpanded value.
IsSelected
Gets or sets the IsSelected value.