Class FileExplorerTools
Inheritance
System.Object
FileExplorerTools
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()
Assembly: Syncfusion.EJ.dll
public class FileExplorerTools : EJTagHelper
Constructors
Declaration
public FileExplorerTools()
Properties
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> |
|
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> |
|
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> |
|
Specifies the customtool option in fileexplorer.
Declaration
[JsonProperty("customTool")]
public List<FileExplorerCustomTool> CustomTool { get; set; }
Property Value
specifies the editing action.
Declaration
[JsonProperty("editing")]
public List<string> Editing { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
gets or sets the properties
Declaration
[JsonProperty("getProperties")]
public List<string> GetProperties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
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> |
|
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> |
|
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
Declaration
public bool ShouldSerializeAddressBar()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeCopyPaste()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeCreation()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeCustomTool()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeEditing()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeGetProperties()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeLayout()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeNavigation()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ShouldSerializeSearchBar()
Returns
Type |
Description |
System.Boolean |
|