menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ToolbarItem

    Represents the ToolbarItem class

    Inheritance
    System.Object
    ToolbarItem
    Inherited Members
    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.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class ToolbarItem

    Constructors

    ToolbarItem()

    Declaration
    public ToolbarItem()

    Properties

    Group

    Gets or sets the group.

    Declaration
    public string Group { get; set; }
    Property Value
    Type Description
    System.String

    The group.

    HtmlAttributes

    Gets or sets the HTML attributes.

    Declaration
    public string HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.String

    The HTML attributes.

    Id

    Gets or sets the identifier .

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The identifier.

    ImageAttributes

    Gets or sets the image attributes.

    Declaration
    public string ImageAttributes { get; set; }
    Property Value
    Type Description
    System.String

    The image attributes.

    ImageUrl

    Gets or sets the image URL.

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    The image URL.

    IsSeparator

    Gets or sets a value indicating whether [IsSeparator].

    Declaration
    public bool IsSeparator { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [IsSeparator]; otherwise, false.

    Items

    Gets the items.

    Declaration
    public List<ToolbarItem> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<ToolbarItem>

    The items.

    SpriteCssClass

    Gets or sets the sprite CSS class.

    Declaration
    public string SpriteCssClass { get; set; }
    Property Value
    Type Description
    System.String

    The sprite CSS class.

    Template

    Gets or sets the template.

    Declaration
    public HtmlGenericControl Template { get; set; }
    Property Value
    Type Description
    System.Web.UI.HtmlControls.HtmlGenericControl

    The template.

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    TooltipText

    Gets or sets the Tooltip text.

    Declaration
    public string TooltipText { get; set; }
    Property Value
    Type Description
    System.String

    The Tooltip text.

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