Inheritance
System.Object
FileManagerContextMenuSettings
Assembly: Syncfusion.EJ2.dll
public class FileManagerContextMenuSettings : EJTagHelper
Constructors
Declaration
public FileManagerContextMenuSettings()
Properties
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Specifies the array of string or object that is used to configure file items.
Declaration
public string[] File { get; set; }
Property Value
Type |
Description |
System.String[] |
|
An array of string or object that is used to configure folder items.
Declaration
public string[] Folder { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
An array of string or object that is used to configure layout items.
Declaration
public string[] Layout { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Enables or disables the ContextMenu.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|