Blazor

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

    Show / Hide Table of Contents

    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 Description
    System.Collections.Generic.List<ItemModel>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved