Blazor

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

    Show / Hide Table of Contents

    Class ToolbarItem

    Defines toolbar items in Gantt.

    Inheritance
    System.Object
    ToolbarItem
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ToolbarItem : Enum

    Fields

    Add

    Add new record.

    Declaration
    public const ToolbarItem Add
    Field Value
    Type Description
    ToolbarItem

    Cancel

    Cancel the edited state.

    Declaration
    public const ToolbarItem Cancel
    Field Value
    Type Description
    ToolbarItem

    CollapseAll

    Collapse all the parents.

    Declaration
    public const ToolbarItem CollapseAll
    Field Value
    Type Description
    ToolbarItem

    CsvExport

    To export Gantt in CSV.

    Declaration
    public const ToolbarItem CsvExport
    Field Value
    Type Description
    ToolbarItem

    Delete

    Delete selected record.

    Declaration
    public const ToolbarItem Delete
    Field Value
    Type Description
    ToolbarItem

    Edit

    Edit the selected record.

    Declaration
    public const ToolbarItem Edit
    Field Value
    Type Description
    ToolbarItem

    ExcelExport

    To export Gantt in excel sheet.

    Declaration
    public const ToolbarItem ExcelExport
    Field Value
    Type Description
    ToolbarItem

    ExpandAll

    Expand all the parents.

    Declaration
    public const ToolbarItem ExpandAll
    Field Value
    Type Description
    ToolbarItem

    Indent

    To indent a selected record.

    Declaration
    public const ToolbarItem Indent
    Field Value
    Type Description
    ToolbarItem

    NextTimeSpan

    Move HScroll to nextTimeSpan.

    Declaration
    public const ToolbarItem NextTimeSpan
    Field Value
    Type Description
    ToolbarItem

    Outdent

    To outdent a selected record.

    Declaration
    public const ToolbarItem Outdent
    Field Value
    Type Description
    ToolbarItem

    PdfExport

    To export Gantt in PDF.

    Declaration
    public const ToolbarItem PdfExport
    Field Value
    Type Description
    ToolbarItem

    PrevTimeSpan

    Move HScroll to PrevTimeSpan.

    Declaration
    public const ToolbarItem PrevTimeSpan
    Field Value
    Type Description
    ToolbarItem

    Search

    Searches the grid records by given key.

    Declaration
    public const ToolbarItem Search
    Field Value
    Type Description
    ToolbarItem

    Update

    Update edited record.

    Declaration
    public const ToolbarItem Update
    Field Value
    Type Description
    ToolbarItem

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    ZoomIn

    To perform zoom in action on Gantt timeline.

    Declaration
    public const ToolbarItem ZoomIn
    Field Value
    Type Description
    ToolbarItem

    ZoomOut

    To perform zoom out action on Gantt timeline.

    Declaration
    public const ToolbarItem ZoomOut
    Field Value
    Type Description
    ToolbarItem

    ZoomToFit

    To show all project task in available chart width.

    Declaration
    public const ToolbarItem ZoomToFit
    Field Value
    Type Description
    ToolbarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved