Show / Hide Table of Contents

Class MenuViewModel

Inheritance
object
MenuViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.Themes.Lepton.Components.MainMenu
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton.dll
Syntax
public class MenuViewModel

Constructors

MenuViewModel()

Declaration
public MenuViewModel()

Properties

Items

Declaration
public IList<MenuItemViewModel> Items { get; set; }
Property Value
Type Description
IList<MenuItemViewModel>

Menu

Declaration
public ApplicationMenu Menu { get; set; }
Property Value
Type Description
ApplicationMenu
In this article
Back to top Powered by Volosoft