Blazor

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

    Show / Hide Table of Contents

    Class RichTextEditorInlineMode

    A class used for configuring the InlineMode properties in the Rich Text Editor.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    RichTextEditorInlineMode
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RichTextEditorInlineMode : SfBaseComponent

    Constructors

    RichTextEditorInlineMode()

    Declaration
    public RichTextEditorInlineMode()

    Properties

    Enable

    Specifies whether to enable or disable the inline toolbar in the Rich Text Editor.

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

    OnSelection

    Specifies a value whether the inline toolbar displayed while select the content or focus on it.

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

    ShowOnSelection

    Specifies a value whether the inline toolbar displayed while select the content or focus on it.

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

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved