menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MenuItems

    Show / Hide Table of Contents

    Class MenuItems

    A class that holds menu items

    Inheritance
    System.Object
    EJTagHelper
    MenuItems
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MenuItems : EJTagHelper

    Constructors

    MenuItems()

    Declaration
    public MenuItems()

    Properties

    Appointment

    Gets or sets the value for an appointment menu item.

    Declaration
    [JsonProperty("appointment")]
    public List<Appointment> Appointment { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Appointment>

    It accepts the value for an appointment menu item.

    AppointmentCollection

    Gets or sets the appointment collection for an menu item.

    Declaration
    public List<Appointment> AppointmentCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Appointment>

    It accepts the appointment collection for an menu item.

    Cells

    Gets or sets the value for cell menu item.

    Declaration
    [JsonProperty("cells")]
    public List<Cells> Cells { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Cells>

    It accepts the value for cell menu item.

    CellsCollection

    Gets or sets the cell collection for an menu item.

    Declaration
    public List<Cells> CellsCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Cells>

    It accepts the cell collection for an menu item.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved