menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ToolbarSettings

    Class for ToolbarSettings.

    Inheritance
    System.Object
    EJTagHelper
    ToolbarSettings
    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.ReportDesigner
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ToolbarSettings : EJTagHelper

    Constructors

    ToolbarSettings()

    Declaration
    public ToolbarSettings()

    Properties

    Items

    Gets or sets the toolbar items.

    Declaration
    [JsonProperty("items")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ToolbarItems Items { get; set; }
    Property Value
    Type Description
    ToolbarItems

    Gets the list of items to be enabled in toolbar.

    ShowToolbar

    Shows or hides the toolbar.

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

    true if [show toolbar]; otherwise, false.

    TemplateId

    Gets or sets the toolbar template ID.

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

    Gets the template id for toolbar.

    Methods

    ShouldTemplateId()

    Declaration
    public bool ShouldTemplateId()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved