Class FileManagerNavigationPaneSettings
Inheritance
System.Object
FileManagerNavigationPaneSettings
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
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
MaxWidth
Specifies the maximum width of navigationpane.
Declaration
public string MaxWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
MinWidth
Specifies the minimum width of navigationpane.
Declaration
public string MinWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Visible
Enables or disables the navigation pane.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|