BaseModelDataContext Property
|
Contains a source of all bindings defined for element.
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic string DataContext { get; set; }
Property Value
Type:
String
Examples<Button IsVisible="{Binding IsClickable}" DataContext="{Binding CurrentElement, ElementId=Pipette}" />
In example above value of
IsClickable property is taken from
CurrentElement of Pipette.
See Also