menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class CustomTools

    Class CustomTools.

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

    Constructors

    CustomTools()

    Declaration
    public CustomTools()

    Properties

    Action

    Gets or sets the action.

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

    The action.

    Css

    Gets or sets the CSS.

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

    The CSS.

    Name

    Gets or sets the name.

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

    The name.

    Text

    Gets or sets the text.

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

    The text.

    Tooltip

    Gets or sets the tooltip.

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

    The tooltip.

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