Class
CardViewModel

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.

Declaration

cs-api-definition
public object Data { get; }

Property Value

object

Header

Gets or sets the Header value.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

IsExpanded

Gets or sets the IsExpanded value.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

IsSelected

Gets or sets the IsSelected value.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

Level

Gets the level of the item.

Declaration

cs-api-definition
public int Level { get; }

Property Value

int