alexa
menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class InlineToolbarSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    InlineToolbarSettings
    Namespace: Syncfusion.EJ2.BlockEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class InlineToolbarSettings : EJTagHelper

    Constructors

    InlineToolbarSettings()

    Declaration
    public InlineToolbarSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Enable

    Specifies whether to enable the inline toolbar.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    ItemClick

    Declaration
    public string ItemClick { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Items

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

    Declaration
    public object Items { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    PopupWidth

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

    Declaration
    public string PopupWidth { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "100%"

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved