Answers for "get datacontext of parent wpf"

C#
0

get datacontext of parent wpf

Binding="{Binding RelativeSource={RelativeSource FindAncestor, 
AncestorType={x:Type Window}}, Path=DataContext.AllowItemCommand}"
Posted by: Guest on November-17-2020

C# Answers by Framework

Browse Popular Code Answers by Language