alexa
menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class InlineToolbarSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    InlineToolbarSettingsBuilder
    Namespace: Syncfusion.EJ2.BlockEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class InlineToolbarSettingsBuilder : ControlBuilder

    Constructors

    InlineToolbarSettingsBuilder()

    Declaration
    public InlineToolbarSettingsBuilder()

    InlineToolbarSettingsBuilder(InlineToolbarSettings)

    Declaration
    public InlineToolbarSettingsBuilder(InlineToolbarSettings model)
    Parameters
    Type Name Description
    InlineToolbarSettings model

    Methods

    Close(String)

    Triggers when the inline toolbar is closed.

    Declaration
    public InlineToolbarSettingsBuilder Close(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    InlineToolbarSettingsBuilder

    Enable(Boolean)

    Specifies whether to enable the inline toolbar.

    Declaration
    public InlineToolbarSettingsBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    InlineToolbarSettingsBuilder

    EnableTooltip(Boolean)

    Specifies whether the tooltip is enabled for the inline toolbar. If set to true, tooltips will be displayed based on the tooltip property of the toolbar item.

    Declaration
    public InlineToolbarSettingsBuilder EnableTooltip(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    InlineToolbarSettingsBuilder

    ItemClicked(String)

    Triggers when the item is clicked in the toolbar.

    Declaration
    public InlineToolbarSettingsBuilder ItemClicked(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    InlineToolbarSettingsBuilder

    Items(Object)

    Specifies the individual items within a toolbar setup, specifying properties like commands, icons, and labels.

    Declaration
    public InlineToolbarSettingsBuilder Items(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    InlineToolbarSettingsBuilder

    Open(String)

    Triggers when the inline toolbar is opened.

    Declaration
    public InlineToolbarSettingsBuilder Open(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    InlineToolbarSettingsBuilder

    Width(Double)

    Specifies the width of the popup. Defaults value is 100%.

    Declaration
    public InlineToolbarSettingsBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    InlineToolbarSettingsBuilder

    Width(String)

    Specifies the width of the popup. Defaults value is 100%.

    Declaration
    public InlineToolbarSettingsBuilder Width(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    InlineToolbarSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved