I have a custom behaviour that I wrote and I need to bind a property from my view model and use it in the behaviour. Is this possible?
An example would be that I have an Entry where the user can enter a number and that number will be used in the behaviour as a max length.