Skip to content

NavigationGroupAttribute constructor (1 of 2)

namespace: Serenity.Navigation   assemblySerenity.Net.Core

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.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