Blazor

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

    Show / Hide Table of Contents

    Class ToolbarModule

    Represents the toolbar module in DocumentEditor.

    Inheritance
    System.Object
    ToolbarModule
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ToolbarModule : Object

    Constructors

    ToolbarModule(BaseComponent)

    Default constructor for ToolbarModule.

    Declaration
    public ToolbarModule(BaseComponent baseComponent)
    Parameters
    Type Name Description
    BaseComponent baseComponent

    An DocumentEdiorComponent instance.

    Properties

    DocumentEditorComponent

    DocumentEdiorComponent instance.

    Declaration
    protected BaseComponent DocumentEditorComponent { get; set; }
    Property Value
    Type Description
    BaseComponent

    Methods

    EnableItems(Int32, Boolean)

    Enables or disables the specified Toolbar item.

    Declaration
    public Task EnableItems(int itemIndex, bool isEnable)
    Parameters
    Type Name Description
    System.Int32 itemIndex
    System.Boolean isEnable
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved