Show / Hide Table of Contents

Class MenuItemViewModel

Inheritance
object
MenuItemViewModel
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 MenuItemViewModel

Constructors

MenuItemViewModel()

Declaration
public MenuItemViewModel()

Properties

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
bool

Items

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

MenuItem

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