Class ToolbarArgs
The toolbar event arguments provides the necessary information to customize options of the toolbar creating.
Inheritance
System.Object
ToolbarArgs
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarArgs : Object
Constructors
ToolbarArgs()
Declaration
public ToolbarArgs()
Properties
CustomToolbar
Defines the collection of items used to add or remove items to create as toolbar options.
Declaration
public List<ItemModel> CustomToolbar { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<ItemModel> |