Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to retrieve a Binding Path
Message
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Title:
How to retrieve a Binding Path
Miscellaneous
Thread ID:
01424596
Message ID:
01424596
Views:
99
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?
Next
Reply
Map
View

Click here to load this message in the networking platform