Class CardViewModel
Dependency object used as data context proxy object.
Inheritance
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewModel : DependencyObject
Fields
DataProperty
Identifies the Data read-only dependency property.
Declaration
public static readonly DependencyProperty DataProperty
Field Value
System.Windows.DependencyProperty
|
HeaderProperty
Identifies the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.Windows.DependencyProperty
|
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.Windows.DependencyProperty
|
IsSelectedProperty
Identifies the IsSelected dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.Windows.DependencyProperty
|
LevelProperty
Identifies the Level read-only dependency property.
Declaration
public static readonly DependencyProperty LevelProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Data
Gets the data item.
Declaration
public object Data { get; }
Property Value
System.Object
|
Header
Gets or sets the Header value.
Declaration
public object Header { get; set; }
Property Value
System.Object
|
IsExpanded
Gets or sets the IsExpanded value.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsSelected
Gets or sets the IsSelected value.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Level
Gets the level of the item.
Declaration
public int Level { get; }
Property Value
System.Int32
|