Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a public API to get binding expression from the value #9525

Closed
satial-interfaces opened this issue Nov 23, 2022 · 1 comment · Fixed by #16214
Closed

Add a public API to get binding expression from the value #9525

satial-interfaces opened this issue Nov 23, 2022 · 1 comment · Fixed by #16214

Comments

@satial-interfaces
Copy link

It would be nice to add a public interface for getting details from a binding between a view and view model. In WPF, this can be done thru control.GetBindingExpression(DependencyProperty). This allows properties like: Path, Converter, ConverterParameter, etc... to be fetched.

@maxkatz6 maxkatz6 changed the title Add a public interface for binding details Add a public API to get binding expression from the value Nov 23, 2022
@maxkatz6
Copy link
Member

CC @grokys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants