NavigationGroupAttribute.Include property

namespace: Serenity.Navigation   assemblySerenity.Net.Web

This is a list used to move items that are not normally under this item based on path (to create groups). For example, if this item is named A, and want to move all menus under B/.. or C/.. to A, the list should be ["B/", "C/"]. To move B and C themselves under A, list should be ["B", "C"].

public string[] Include { get; set; }

See Also