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
Defines a navigation group, which is usually the icons on the sidebar band.
public NavigationGroupAttribute(int order, string title, string icon = null)
| parameter | description |
|---|---|
| order | Order. |
| title | Title. |
| icon | Icon class. |
Remarks
Creates a new instance of the attribute.
See Also
- class NavigationGroupAttribute