Class ToolbarCreateEventArgs
Represents the 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
Gets or sets an array of items that is used to configure toolbar content.
Declaration
public List<ToolBarItemModel> Items { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<ToolBarItemModel> |