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
255
MenuItemDescription
posted

How would you add a igRibbon:MenuToolBase.MenuItemDescription to a RadioButtonTool progamaticaly?

Parents
No Data
Reply
  • 54937
    Offline posted

    MenuItemDescription is an attached property. Attached properties normally expose Get/Set methods similar to extender provider properties in winforms so you would do something like:

    MenuToolBase.SetMenuItemDescription(this.radioButtonTool1, "Some description");

Children
No Data