Class FileExplorerCustomTool
The CustomTool property is used to add the custom tool in the FileExplorer toolbar
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.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 |