ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class FileManagerNavigationPaneSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    FileManagerNavigationPaneSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    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>

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    MaxWidth

    Specifies the maximum width of navigationpane.

    Declaration
    [HtmlAttributeName("maxWidth")]
    public string MaxWidth { get; set; }
    Property Value
    Type Description
    System.String

    MinWidth

    Specifies the minimum width of navigationpane.

    Declaration
    [HtmlAttributeName("minWidth")]
    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
    EJTagHelper.ParentPropertyName

    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

    Visible

    Enables or disables the navigation pane.

    Declaration
    [HtmlAttributeName("visible")]
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved