menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class FileMenuDataSource

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

    Constructors

    FileMenuDataSource()

    Declaration
    public FileMenuDataSource()

    Properties

    ContentId

    Gets or sets the ContentId.

    Declaration
    [JsonProperty("contentID")]
    public object ContentId { get; set; }
    Property Value
    Type Description
    System.Object

    The ContentId is to set the datasource value.

    Id

    Gets or sets the id.

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

    The id is to set the datasource value.

    ItemType

    Gets or sets the itemType.

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

    The itemType is to set the datasource value.

    ParentId

    Gets or sets the parentId.

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

    The parentId is to set the datasource value.

    Sprite

    Gets or sets the sprite.

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

    The sprite is to set the datasource value.

    Text

    Gets or sets the text.

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

    The text is to set the datasdurce value.

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