menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerNavigationPaneSettings - API Reference

    Show / Hide Table of Contents

    Class FileManagerNavigationPaneSettings

    Inheritance
    System.Object
    EJTagHelper
    FileManagerNavigationPaneSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved