Table of Contents

Method AddGroup

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

AddGroup(IMenuService, string, string, string, int)

Adds a new menu group to the menu service.

public static IMenuGroupModel AddGroup(this IMenuService menuService, string groupName, string caption, string tabName, int sortOrder)

Parameters

menuService IMenuService

The menu service.

groupName string

The name of the group.

caption string

The caption of the group.

tabName string

The name of the tab where the group will be added.

sortOrder int

The sort order of the group.

Returns

IMenuGroupModel

The newly added menu group.