NavigationGroupAttribute constructor (1 of 2)

namespace: Serenity.Navigation   assemblySerenity.Net.Web

Creates a new instance of the attribute

public NavigationGroupAttribute(string title, string icon = null)
parameter description
title Title
icon Icon

See Also


NavigationGroupAttribute constructor (2 of 2)

namespace: Serenity.Navigation   assemblySerenity.Net.Web

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