Table of Contents

Class BindingProxy

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public class BindingProxy : Freezable
Inheritance
BindingProxy
Inherited Members
Extension Methods

Fields

DataProperty

public static readonly DependencyProperty DataProperty

Field Value

DependencyProperty

Properties

Data

public object Data { get; set; }

Property Value

object

Methods

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.