menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Appointment

    A class that holds appointment menu items.

    Inheritance
    System.Object
    EJTagHelper
    Appointment
    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 Appointment : EJTagHelper

    Constructors

    Appointment()

    Declaration
    public Appointment()

    Properties

    Id

    Gets or sets the id value of an appointment menu item.

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Stores id value of an appointment menu item.

    ParentId

    Gets or sets the id value of a parent appointment's menu item.

    Declaration
    [JsonProperty("parentId")]
    public string ParentId { get; set; }
    Property Value
    Type Description
    System.String

    Stores the id value of a parent appointment's menu item.

    Text

    Gets or sets the text value of an appointment menu item.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Stores the text value of an appointment menu item.

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