alexa
menu

ASP.NET MVC - 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

    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

    ItemClick(String)

    Triggers when the item is clicked in the toolbar.

    Declaration
    public InlineToolbarSettingsBuilder ItemClick(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

    PopupWidth(Double)

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

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

    PopupWidth(String)

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

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