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 FileManagerContextMenuSettings

    Show / Hide Table of Contents

    Class FileManagerContextMenuSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    FileManagerContextMenuSettings
    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 FileManagerContextMenuSettings : EJTagHelper

    Constructors

    FileManagerContextMenuSettings()

    Declaration
    public FileManagerContextMenuSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    File

    Specifies the array of string or object that is used to configure file items.

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

    Folder

    An array of string or object that is used to configure folder items.

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

    IsComplex

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

    Layout

    An array of string or object that is used to configure layout items.

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

    ParentPropertyName

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

    Visible

    Enables or disables the ContextMenu.

    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