Section Nav Group Menu
public interface ISectionNavGroupAction
{
string Text { get; }
string Icon { get; }
string IconColor { get; }
string SectionNavGroupAlias { get; }
int SortOrder { get; }
Task ContextMenuAction(MenuItemEventArgs e, NavigationManager navigationManager, ContextMenuService contextMenuService, IModalService modalService);
}Example Video
Example Code
Last updated