Class FileManagerToolbarSettings
Inheritance
System.Object
FileManagerToolbarSettings
Assembly: Syncfusion.EJ2.dll
public class FileManagerToolbarSettings : EJTagHelper
Constructors
Declaration
public FileManagerToolbarSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
An array of string or object that is used to configure the toolbar items.
Declaration
public string[] Items { 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 toolbar rendering in the file manager component.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|