Class RichTextEditorDialogSettings
A class used for configuring the Rich Text Editor component's dialog properties.
Inheritance
System.Object
RichTextEditorDialogSettings
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class RichTextEditorDialogSettings : OwningComponentBase
Constructors
RichTextEditorDialogSettings()
Declaration
public RichTextEditorDialogSettings()
Properties
IsModal
Gets or sets whether the dialog can be displayed as modal.
Declaration
public bool IsModal { get; set; }
Property Value
Type |
---|
System.Boolean |
Target
Gets or sets the target element in which the dialog should be displayed.
Declaration
public string Target { get; set; }
Property Value
Type |
---|
System.String |
ZIndex
Gets or sets the ZIndex that determines whether the dialog is displayed in front of or behind another component.
Declaration
public double ZIndex { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Dispose(Boolean)
Dispose unmanaged resources in the Syncfusion Blazor component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Boolean value to dispose the object. |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing any asynchronous operation. |