ASP.NET MVC - EJ2

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

    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.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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

    The default value is null

    AllowDragAndDrop

    Enables or disables drag-and-drop of files.

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

    The default value is false

    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

    The default value is null

    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

    The default value is ""

    DetailsViewSettings

    Specifies the details view settings of the file manager.

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

    The default value is null

    Enable

    Specifies whether to enable the file manager in RichTextEditor.

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

    The default value is false

    NavigationPaneSettings

    Specifies the navigation pane settings of the file manager.

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

    The default value is null

    Path

    Specifies the current path of the file manager.

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

    The default value is "/"

    RootAliasName

    Specifies the root folder alias name in file manager

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

    The default value is null

    SearchSettings

    Specifies the search settings of the file manager.

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

    The default value is null

    ShowFileExtension

    Shows or hides the file extension in file manager.

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

    The default value is true

    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

    The default value is false

    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

    The default value is true

    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

    The default value is null

    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

    The default value is null

    UploadSettings

    Specifies the upload settings for the file manager.

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

    The default value is null

    View

    Specifies the initial view of the file manager.

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

    The default value is null

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