Class
DataContextProxy

Dependency object used as data context proxy object.

Definition

Namespace:Telerik.Windows.Controls.Pivot

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public class DataContextProxy : DependencyObject

Inheritance: objectDataContextProxy

Derived Classes: CellDataGroupData

Constructors

DataContextProxy()

Declaration

cs-api-definition
public DataContextProxy()

Fields

DataProperty

Identifies the Value read-only dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DataProperty

Field Value

DependencyProperty

Properties

Data

Gets the Data.

Declaration

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

Property Value

object