NavigationGroupAttribute constructor (1 of 2)
namespace: Serenity.Navigation assembly: Serenity.Net.Core
Creates a new instance of the attribute
public NavigationGroupAttribute(string title, string icon = null)
| parameter | description |
|---|---|
| title | Title |
| icon | Icon |
See Also
- class NavigationGroupAttribute
NavigationGroupAttribute constructor (2 of 2)
namespace: Serenity.Navigation assembly: Serenity.Net.Core
Creates a new instance of the attribute
public NavigationGroupAttribute(int order, string title, string icon = null)
| parameter | description |
|---|---|
| order | Order |
| title | Title |
| icon | Icon class |
See Also
- class NavigationGroupAttribute