Show / Hide Table of Contents

Method wpfBuilder.BindingContext


Overload

Sets System.Windows.FrameworkElement.DataContext property of the last added element. Then with wpfBuilder.Bind of this and descendant elements don't need to specify data source object because it is set by this function.

public wpfBuilder BindingContext(object source)
Parameters
source  (object)

Data source object.

Returns
wpfBuilder