Message 1 of 1
WPF Binding text to local:NWRibbonButton

Not applicable
09-02-2011
02:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am attempting to bind text to a button and everytime I attempt to add anything into the xaml other than the basic RibbonControl elements NavisWorks will crash before the GUI pops up.
I am trying...
<local:NWRibbonButton x:Uid="SplitButton_2" Id="ID_Button_B" Size="Standard" ShowText="True"
Text="{Binding UserName}">
</local:NWRibbonButton>
Can anyone give me an example or tell me if this is even possible to bind the text of a ribbon element to a property?