BindingExpression.DataItem Property

Definition

Gets the binding source object that this BindingExpression uses.

public:
 property Platform::Object ^ DataItem { Platform::Object ^ get(); };
IInspectable DataItem();
public object DataItem { get; }
var object = bindingExpression.dataItem;
Public ReadOnly Property DataItem As Object

Property Value

Object

Platform::Object

IInspectable

The binding source object that this BindingExpression uses.

Applies to