Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to retrieve a Binding Path
Message
 
To
15/09/2009 14:20:07
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Miscellaneous
Thread ID:
01424596
Message ID:
01424622
Views:
29
>>I have a TextBox with a binding to a property of an object (as shown in XAML below):
>>
>> Text="{Binding Path=EmpFirst}"
>>
>>In my C# code, I need to be able to determine what the Binding Path is for any given TextBox. In other words, I want to be able to refer to this TextBox, in my C# code-behind and retrieve 'EmpFirst' as the Binding Path.
>>
>>Does any body know how to do this?
>
>There is a GetBindingExpression() method on each object. You may want to check this out.

Thank you John!

That is exactly what I needed.
Previous
Reply
Map
View

Click here to load this message in the networking platform