Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Is it possible to add a button to the application menu footer?
posted

Seems like when I try, only the ToString() from the object gets added.

...Matt

Parents
  • 1354
    Verified Answer
    posted

    It should work if you add a button this way:

    <igr:XamWebRibbonApplicationMenu.Footer>

                            <Button Content="Exit" />

    </igr:XamWebRibbonApplicationMenu.Footer>

     

    Give that a try post back if you run into any issues.

     

     

Reply Children
No Data