Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerContextMenuSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FileManagerContextMenuSettings

    Defines the context menu settings for the filemanager component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    FileManagerContextMenuSettings
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileManagerContextMenuSettings : SfBaseComponent

    Constructors

    FileManagerContextMenuSettings()

    Declaration
    public FileManagerContextMenuSettings()

    Properties

    File

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

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

    Folder

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

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

    Layout

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

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

    Visible

    Enables or disables the ContextMenu.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved