menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class FileExplorerToolsBuilder

    Inheritance
    System.Object
    FileExplorerToolsBuilder
    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 FileExplorerToolsBuilder

    Constructors

    FileExplorerToolsBuilder(FileExplorerTools)

    The tools property is used to configure and group required toolbar items in FileExplorer control.

    Declaration
    public FileExplorerToolsBuilder(FileExplorerTools tools)
    Parameters
    Type Name Description
    FileExplorerTools tools

    Methods

    AddressBar(List<String>)

    specifies the addressbar details of the FileExplorer

    Declaration
    public FileExplorerToolsBuilder AddressBar(List<string> addressBar)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> addressBar
    Returns
    Type Description
    FileExplorerToolsBuilder

    CopyPaste(List<String>)

    Specifies the copy paste action in fileexplorer

    Declaration
    public FileExplorerToolsBuilder CopyPaste(List<string> copyPaste)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> copyPaste
    Returns
    Type Description
    FileExplorerToolsBuilder

    Creation(List<String>)

    Toolbar option to add the new folder

    Declaration
    public FileExplorerToolsBuilder Creation(List<string> creation)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> creation
    Returns
    Type Description
    FileExplorerToolsBuilder

    CustomTool(Action<FileExplorercustomToolBuilder>)

    Specifies the customtool option in fileexplorer.

    Declaration
    public FileExplorerToolsBuilder CustomTool(Action<FileExplorercustomToolBuilder> custom)
    Parameters
    Type Name Description
    System.Action<FileExplorercustomToolBuilder> custom
    Returns
    Type Description
    FileExplorerToolsBuilder

    Editing(List<String>)

    specifies the editing action.

    Declaration
    public FileExplorerToolsBuilder Editing(List<string> editing)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> editing
    Returns
    Type Description
    FileExplorerToolsBuilder

    GetProperties(List<String>)

    gets or sets the properties

    Declaration
    public FileExplorerToolsBuilder GetProperties(List<string> getProperties)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> getProperties
    Returns
    Type Description
    FileExplorerToolsBuilder

    Layout(List<String>)

    Specifies the layout optionn in fileexplorer

    Declaration
    public FileExplorerToolsBuilder Layout(List<string> layout)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> layout
    Returns
    Type Description
    FileExplorerToolsBuilder

    Navigation(List<String>)

    Specifies the navigation operation in fileexplorer.

    Declaration
    public FileExplorerToolsBuilder Navigation(List<string> navigation)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> navigation
    Returns
    Type Description
    FileExplorerToolsBuilder

    SearchBar(List<String>)

    Specifies the searchbar option in fileexplorer

    Declaration
    public FileExplorerToolsBuilder SearchBar(List<string> searchBar)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> searchBar
    Returns
    Type Description
    FileExplorerToolsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved