Blazor

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

    Show / Hide Table of Contents

    Class ToolbarCreateEventArgs

    Class for ToolbarCreate event arguments.

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

    Constructors

    ToolbarCreateEventArgs()

    Declaration
    public ToolbarCreateEventArgs()

    Properties

    Items

    Return an array of items that is used to configure toolbar content.

    Declaration
    public List<ToolBarItemModel> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ToolBarItemModel>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved