menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class FileManagerContextMenuSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    FileManagerContextMenuSettings
    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
    Syncfusion.EJ2.MvcTemplate<System.Object>

    File

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

    Declaration
    public string[] File { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    Folder

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

    Declaration
    public string[] Folder { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    Layout

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

    Declaration
    public string[] Layout { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    Visible

    Enables or disables the ContextMenu.

    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 - 2025 Syncfusion Inc. All Rights Reserved