Interface IListLayoutMenu<T>
Represents a list layout menu with a specified item type.
public interface IListLayoutMenu<T> : IListLayoutMenu<T, T>, IListMenuService<T, T>, IMenuService, IMenuServiceNavigationAware, IListLayoutMenus where T : class, IEntityWithKey<T>
Type Parameters
T
The type of the items in the list layout menu.
- Extension Methods