Skip to content

NavigationSectionAttribute class

namespace: Serenity.Navigation   assemblySerenity.Net.Core

Navigation section attribute.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class NavigationSectionAttribute : NavigationGroupAttribute
parameter description
order Display order.
title Title.
icon Icon class.

Public Members

name description
NavigationSectionAttribute(…) Navigation section attribute. (2 constructors)

Remarks

Creates a new instance of the class.

See Also