menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class FileManagerToolbarSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    FileManagerToolbarSettings
    Namespace: Syncfusion.EJ2.FileManager
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class FileManagerToolbarSettings : EJTagHelper

    Constructors

    FileManagerToolbarSettings()

    Declaration
    public FileManagerToolbarSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Items

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

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

    The default value is null

    Visible

    Enables or disables the toolbar rendering in the file manager component.

    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