menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class TreeGridToolBarOptions

    Options for displaying and customizing the toolbar items.

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

    Constructors

    TreeGridToolBarOptions()

    Declaration
    public TreeGridToolBarOptions()

    Properties

    CustomToolbarItems

    Option to add custom items to the toolbar.

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

    ShowToolbar

    Shows/hides the toolbar.

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

    ToolbarItems

    Option to add items to the 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