menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class FileExplorerCustomTool

    The CustomTool property is used to add the custom tool in the FileExplorer toolbar

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

    Constructors

    FileExplorerCustomTool()

    Declaration
    public FileExplorerCustomTool()

    Properties

    Action

    Defines action function that need to happen while clicking on the item

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

    Css

    Sets the CSS class for custom tool

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

    Name

    Sets the name for custom tool

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

    Tooltip

    Sets the tooltip for custom tool

    Declaration
    [JsonProperty("tooltip")]
    public string Tooltip { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved