2
Reply

Describe about RelativeResource Property in WPF application?

Amar Singh

Amar Singh

12y
1.7k
0
Reply

    By default, bindings inherit the data context specified by the DataContext property, if one has been set. However, the RelativeSource property is one of the ways you can explicitly set the source of a Binding and override the inherited data context.

    http://www.c-sharpcorner.com/UploadFile/yougerthen/relativesources-in-wpf/