alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RichTextEditorDialogSettings

    A class used for configuring the Rich Text Editor component's dialog properties. This class allows customization of dialog behavior and appearance within the Rich Text Editor.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    RichTextEditorDialogSettings
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RichTextEditorDialogSettings : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    RichTextEditorDialogSettings()

    Declaration
    public RichTextEditorDialogSettings()

    Properties

    IsModal

    Gets or sets whether the dialog can be displayed as modal.

    Declaration
    [Parameter]
    public bool IsModal { get; set; }
    Property Value
    Type Description
    bool

    A bool indicating if the dialog should have modal behavior, thus overlaying and restricting interaction with the content beneath.

    Remarks

    When set to true, the dialog captures focus and interactions within its content until closed.

    Target

    Gets or sets the target element in which the dialog should be displayed.

    Declaration
    [Parameter]
    public string? Target { get; set; }
    Property Value
    Type Description
    string

    A string representing the CSS selector or element ID specifying the dialog's display target.

    Remarks

    This property defines the DOM element where the dialog is appended, affecting its positioning and visibility scope.

    ZIndex

    Gets or sets the ZIndex that determines whether the dialog is displayed in front of or behind other components.

    Declaration
    [Parameter]
    public double ZIndex { get; set; }
    Property Value
    Type Description
    double

    A double representing the stacking order of the dialog. Higher values place the dialog above lower value elements.

    Remarks

    Use the ZIndex property to manage dialog visibility in relation to other component layers.

    Methods

    Dispose(bool)

    Dispose unmanaged resources in the Syncfusion Blazor component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    Boolean value to dispose the object.

    Overrides
    OwningComponentBase.Dispose(bool)

    OnInitializedAsync()

    Method invoked when the component is ready to start.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    Task

    A System.Threading.Tasks.Task representing any asynchronous operation.

    Overrides
    ComponentBase.OnInitializedAsync()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved