Class FileExplorerItems
The items property is used to configure and group the required context menu items in FileExplorer control.
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 FileExplorerItems : EJTagHelper
Constructors
FileExplorerItems()
Declaration
public FileExplorerItems()
Properties
Cwd
Specifies the context menu items for folders, which is available in right side pane of FileExplorer
Declaration
[JsonProperty("cwd")]
public List<string> Cwd { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Files
Specifies the context menu items for files, which is available in right side pane of FileExplorer
Declaration
[JsonProperty("files")]
public List<string> Files { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Navbar
Specifies the context menu items, that shows while right clicking on TreeView of FileExplorer
Declaration
[JsonProperty("navbar")]
public List<string> Navbar { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
ShouldSerializeCwd()
Declaration
public bool ShouldSerializeCwd()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeFiles()
Declaration
public bool ShouldSerializeFiles()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeNavbar()
Declaration
public bool ShouldSerializeNavbar()
Returns
Type | Description |
---|---|
System.Boolean |