I am trying to get my head around how the ConventionManager works but I can't seem to figure out how to add a convention to allow for a custom property to be bound.
What I am trying to achieve is that Caliburn.Micro will automagically bind the ToolTip property on a Button to a property in the ViewModel named [Name]ToolTip where [Name] is the name of the button.
Edit: Seems I accidently used a formatting bracket in my example, oops!