Class FileManagerNavigationPaneSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
FileManagerNavigationPaneSettings
Namespace: Syncfusion.EJ2.FileManager
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileManagerNavigationPaneSettings : EJTagHelper
Constructors
FileManagerNavigationPaneSettings()
Declaration
public FileManagerNavigationPaneSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
MaxWidth
Specifies the maximum width of navigationpane.
Declaration
public string MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "650px" |
MinWidth
Specifies the minimum width of navigationpane.
Declaration
public string MinWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "240px" |
SortOrder
Specifies a value that indicates how to sort the folders in the navigation pane of the file manager component.
Declaration
public string SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "None" |
Visible
Enables or disables the navigation pane.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |