first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

WPF: “WPF Databinding: How do I access the ‘parent’ data context?”; StackOverflow.com; RelativeSource FindAncestor

Binding="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}, Path=DataContext.AllowItemCommand}"

[http://stackoverflow.com/questions/1127933/wpf-databinding-how-do-i-access-the-parent-data-context]

mod date: 2010-03-25T17:26:43.000Z