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

Dependency object used as data context proxy object.

Definition

Namespace:Telerik.Windows.Controls.Pivot

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public class DataContextProxy : DependencyObject

Inheritance: objectDataContextProxy

Derived Classes: CellDataGroupData

Constructors

C#
public DataContextProxy()

Fields

DataProperty

DependencyProperty

Identifies the Value read-only dependency property.

C#
public static readonly DependencyProperty DataProperty

Properties

Gets the Data.

C#
public object Data { get; }