ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorFileManagerSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorFileManagerSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    RichTextEditorFileManagerSettings
    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.RichTextEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RichTextEditorFileManagerSettings : EJTagHelper

    Constructors

    RichTextEditorFileManagerSettings()

    Declaration
    public RichTextEditorFileManagerSettings()

    Properties

    AjaxSettings

    Specifies the AJAX settings of the file manager.

    Declaration
    [HtmlAttributeName("ajaxSettings")]
    public object AjaxSettings { get; set; }
    Property Value
    Type Description
    System.Object

    AllowDragAndDrop

    Enables or disables drag-and-drop of files.

    Declaration
    [HtmlAttributeName("allowDragAndDrop")]
    public bool AllowDragAndDrop { get; set; }
    Property Value
    Type Description
    System.Boolean

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    ContextMenuSettings

    Specifies the context menu settings of the file manager.

    Declaration
    [HtmlAttributeName("contextMenuSettings")]
    public object ContextMenuSettings { get; set; }
    Property Value
    Type Description
    System.Object

    CssClass

    Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.

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

    DetailsViewSettings

    Specifies the details view settings of the file manager.

    Declaration
    [HtmlAttributeName("detailsViewSettings")]
    public object DetailsViewSettings { get; set; }
    Property Value
    Type Description
    System.Object

    Enable

    Specifies whether to enable the file manager in RichTextEditor.

    Declaration
    [HtmlAttributeName("enable")]
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsComplex

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

    NavigationPaneSettings

    Specifies the navigation pane settings of the file manager.

    Declaration
    [HtmlAttributeName("navigationPaneSettings")]
    public object NavigationPaneSettings { get; set; }
    Property Value
    Type Description
    System.Object

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Path

    Specifies the current path of the file manager.

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

    RootAliasName

    Specifies the root folder alias name in file manager

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

    SearchSettings

    Specifies the search settings of the file manager.

    Declaration
    [HtmlAttributeName("searchSettings")]
    public object SearchSettings { get; set; }
    Property Value
    Type Description
    System.Object

    ShowFileExtension

    Shows or hides the file extension in file manager.

    Declaration
    [HtmlAttributeName("showFileExtension")]
    public bool ShowFileExtension { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowHiddenItems

    Shows or hides the files and folders that are marked as hidden.

    Declaration
    [HtmlAttributeName("showHiddenItems")]
    public bool ShowHiddenItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowThumbnail

    Shows or hides the thumbnail images in large icons view.

    Declaration
    [HtmlAttributeName("showThumbnail")]
    public bool ShowThumbnail { get; set; }
    Property Value
    Type Description
    System.Boolean

    SortOrder

    Specifies a value that indicates whether the folders and files are sorted in the ascending or descending order, or they are not sorted at all. The available types of sort orders are, None - Indicates that the folders and files are not sorted. Ascending - Indicates that the folders and files are sorted in the ascending order. Descending - Indicates that the folders and files are sorted in the descending order.

    Declaration
    [HtmlAttributeName("sortOrder")]
    public object SortOrder { get; set; }
    Property Value
    Type Description
    System.Object

    ToolbarSettings

    Specifies the group of items aligned horizontally in the toolbar.

    Declaration
    [HtmlAttributeName("toolbarSettings")]
    public object ToolbarSettings { get; set; }
    Property Value
    Type Description
    System.Object

    UploadSettings

    Specifies the upload settings for the file manager.

    Declaration
    [HtmlAttributeName("uploadSettings")]
    public object UploadSettings { get; set; }
    Property Value
    Type Description
    System.Object

    View

    Specifies the initial view of the file manager.

    Declaration
    [HtmlAttributeName("view")]
    public object View { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved