Class FileManagerToolbarSettings
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.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 | Description |
---|---|
MvcTemplate<System.Object> |
Items
An array of string or object that is used to configure the toolbar items.
Declaration
[HtmlAttributeName("items")]
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
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |