Class FileManagerToolbarSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
FileManagerToolbarSettings
Namespace: Syncfusion.EJ2.FileManager
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileManagerToolbarSettings : EJTagHelper
Constructors
FileManagerToolbarSettings()
Declaration
public FileManagerToolbarSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Items
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[] | The default value is null |
Visible
Enables or disables the toolbar rendering in the file manager component.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |