menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorInlineModeBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorInlineModeBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    RichTextEditorInlineModeBuilder
    Namespace: Syncfusion.EJ2.RichTextEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RichTextEditorInlineModeBuilder : ControlBuilder

    Constructors

    RichTextEditorInlineModeBuilder()

    Declaration
    public RichTextEditorInlineModeBuilder()

    RichTextEditorInlineModeBuilder(RichTextEditorInlineMode)

    Declaration
    public RichTextEditorInlineModeBuilder(RichTextEditorInlineMode model)
    Parameters
    Type Name Description
    RichTextEditorInlineMode model

    Methods

    Enable(Boolean)

    Determines whether the inline toolbar in the RTE is enabled or disabled.

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

    OnSelection(Boolean)

    Specifies whether the inline toolbar should be rendered based on the presence of a selection. When set to true, the toolbar will be displayed only when text or content is selected. When set to false, the toolbar will be rendered regardless of the selection state.

    Declaration
    public RichTextEditorInlineModeBuilder OnSelection(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    RichTextEditorInlineModeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved