Class ToolbarCreateEventArgs
Represents the class for ToolbarCreate event arguments.
Inherited Members
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarCreateEventArgs
Constructors
ToolbarCreateEventArgs()
Declaration
public ToolbarCreateEventArgs()
Properties
Items
Gets or sets an array of items that is used to configure toolbar content.
Declaration
public List<ToolBarItemModel> Items { get; set; }
Property Value
| Type |
|---|
| List<ToolBarItemModel> |