Class FileManagerNavigationPaneSettings
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 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 | Description |
---|---|
MvcTemplate<System.Object> |
MaxWidth
Specifies the maximum width of navigationpane.
Declaration
[HtmlAttributeName("maxWidth")]
public string MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "650px" |
MinWidth
Specifies the minimum width of navigationpane.
Declaration
[HtmlAttributeName("minWidth")]
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
[HtmlAttributeName("sortOrder")]
public string SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "None" |
Visible
Enables or disables the navigation pane.
Declaration
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |