menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ToolBarOptions

    Specifies the toolbarSettings options.

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

    Constructors

    ToolBarOptions()

    Declaration
    public ToolBarOptions()

    Properties

    CustomToolbarItems

    Option to add custom items to the toolbar.

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

    ShowToolbar

    Specifies the state of enabling or disabling toolbar

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

    ToolbarItems

    Specifies the list of toolbar items to rendered in toolbar

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

    Methods

    ShouldSerializeCustomToolbarItems()

    Declaration
    public bool ShouldSerializeCustomToolbarItems()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeToolBarItems()

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