menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class FileExplorerTools

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

    Constructors

    FileExplorerTools()

    Declaration
    public FileExplorerTools()

    Properties

    AddressBar

    specifies the addressbar details of the FileExplorer

    Declaration
    [JsonProperty("addressBar")]
    public List<string> AddressBar { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    CopyPaste

    Specifies the copy paste action in fileexplorer

    Declaration
    [JsonProperty("copyPaste")]
    public List<string> CopyPaste { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Creation

    Toolbar option to add the new folder

    Declaration
    [JsonProperty("creation")]
    public List<string> Creation { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    CustomTool

    Specifies the customtool option in fileexplorer.

    Declaration
    [JsonProperty("customTool")]
    public List<FileExplorerCustomTool> CustomTool { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FileExplorerCustomTool>

    Editing

    specifies the editing action.

    Declaration
    [JsonProperty("editing")]
    public List<string> Editing { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    GetProperties

    gets or sets the properties

    Declaration
    [JsonProperty("getProperties")]
    public List<string> GetProperties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Layout

    Specifies the layout optionn in fileexplorer

    Declaration
    [JsonProperty("layout")]
    public List<string> Layout { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Navigation

    Specifies the navigation operation in fileexplorer.

    Declaration
    [JsonProperty("navigation")]
    public List<string> Navigation { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    SearchBar

    Specifies the searchbar option in fileexplorer

    Declaration
    [JsonProperty("searchBar")]
    public List<string> SearchBar { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Methods

    ShouldSerializeAddressBar()

    Declaration
    public bool ShouldSerializeAddressBar()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCopyPaste()

    Declaration
    public bool ShouldSerializeCopyPaste()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCreation()

    Declaration
    public bool ShouldSerializeCreation()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCustomTool()

    Declaration
    public bool ShouldSerializeCustomTool()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeEditing()

    Declaration
    public bool ShouldSerializeEditing()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeGetProperties()

    Declaration
    public bool ShouldSerializeGetProperties()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeLayout()

    Declaration
    public bool ShouldSerializeLayout()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeNavigation()

    Declaration
    public bool ShouldSerializeNavigation()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSearchBar()

    Declaration
    public bool ShouldSerializeSearchBar()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved