Blazor

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

    Show / Hide Table of Contents

    Class FileManagerToolbarSettings

    Defines the toolbar settings for the filemanager component.

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

    Constructors

    FileManagerToolbarSettings()

    Declaration
    public FileManagerToolbarSettings()

    Properties

    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[]

    Visible

    Enables or disables the visibility of toolbar in the file manager component.

    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