Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 988 Bytes

File metadata and controls

38 lines (26 loc) · 988 Bytes

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

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