menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class RibbonMenuSettings

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

    Constructors

    RibbonMenuSettings()

    Declaration
    public RibbonMenuSettings()

    Properties

    DataSource

    Gets or sets a value for datasource.

    Declaration
    [JsonProperty("dataSource")]
    [HtmlAttributeName("datasource")]
    public List<FileMenuDataSource> DataSource { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FileMenuDataSource>

    To set the file menu datasource.

    IsAppend

    Gets or sets a value indicating whether isAppend is append the file menu datasource.

    Declaration
    [JsonProperty("isAppend")]
    public bool IsAppend { get; set; }
    Property Value
    Type Description
    System.Boolean

    langword_csharp_False The isAppend for to append the file menu datasource. false.

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