Class FileExplorercustomToolBuilder
Inheritance
System.Object
FileExplorercustomToolBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class FileExplorercustomToolBuilder
Constructors
FileExplorercustomToolBuilder(FileExplorerTools)
specifies the tools customization in FileExplorer.
Declaration
public FileExplorercustomToolBuilder(FileExplorerTools customTool)
Parameters
Type | Name | Description |
---|---|---|
FileExplorerTools | customTool |
Methods
Action(String)
customize the action perfomanace of the tool.
Declaration
public FileExplorercustomToolBuilder Action(string action)
Parameters
Type | Name | Description |
---|---|---|
System.String | action |
Returns
Type | Description |
---|---|
FileExplorercustomToolBuilder |
Add()
Method to add the custom tools.
Declaration
public void Add()
Css(String)
customize the appearance of the tool.
Declaration
public FileExplorercustomToolBuilder Css(string css)
Parameters
Type | Name | Description |
---|---|---|
System.String | css |
Returns
Type | Description |
---|---|
FileExplorercustomToolBuilder |
Name(String)
Customize the Name of the tool
Declaration
public FileExplorercustomToolBuilder Name(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
FileExplorercustomToolBuilder |
Tooltip(String)
customize the tooltip text.
Declaration
public FileExplorercustomToolBuilder Tooltip(string tooltip)
Parameters
Type | Name | Description |
---|---|---|
System.String | tooltip |
Returns
Type | Description |
---|---|
FileExplorercustomToolBuilder |