Base solution for your next web application
Open Closed

Modify class of MenuItemDefinition #3185


User avatar
0
shanefryer4184 created

Hi, is it possible to modify the class of the MenuItemDefinition when creating menu items with the NavigationProvider? The Metronic theme provides a class for a uppercase menu item that is not a hyperlink but just a grouping of menu items, and I would like to add this into the application.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can create a new class deriving from MenuItemDefinition or you can use CustomData property of MenuItemDefinition.

    Thanks.