New to Telerik UI for WPFStart a free 30-day trial

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 the data item.

C#
public object Data { get; }

Gets or sets the Header value.

C#
public object Header { get; set; }

Gets or sets the IsExpanded value.

C#
public bool IsExpanded { get; set; }

Gets or sets the IsSelected value.

C#
public bool IsSelected { get; set; }

Gets the level of the item.

C#
public int Level { get; }