menu

Blazor

  • Code Examples
  • 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
    FileManagerContextMenuSettings
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FileManagerContextMenuSettings : OwningComponentBase

    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
    System.String[]

    Folder

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

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

    Layout

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

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

    Visible

    Enables or disables the ContextMenu.

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

    Methods

    Dispose(Boolean)

    Dispose unmanaged resources in the component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Boolean value to dispose the object.

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    Task.

    OnParametersSetAsync()

    Method invoked when any changes in component state occurs.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    Task.

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