Class DataContextProxy
Dependency object used as data context proxy object.
Inheritance
System.Object
DataContextProxy
Namespace: Telerik.Windows.Controls.Pivot
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class DataContextProxy : DependencyObject
Constructors
DataContextProxy()
Declaration
public DataContextProxy()
Fields
DataProperty
Identifies the Value read-only dependency property.
Declaration
public static readonly DependencyProperty DataProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Data
Gets the Data.
Declaration
public object Data { get; }
Property Value
System.Object
|