Class DialogType
Defines the type of dialog that opens or closes in the Rich Text Editor.
Inheritance
System.Object
DialogType
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DialogType : Enum
Fields
InsertAudio
Defines the DialogType as InsertAudio.
Declaration
public const DialogType InsertAudio
Field Value
Type |
---|
DialogType |
InsertImage
Defines the DialogType as InsertImage.
Declaration
public const DialogType InsertImage
Field Value
Type |
---|
DialogType |
InsertLink
Defines the DialogType as InsertLink.
Declaration
public const DialogType InsertLink
Field Value
Type |
---|
DialogType |
InsertTable
Defines the DialogType as InsertTable.
Declaration
public const DialogType InsertTable
Field Value
Type |
---|
DialogType |
InsertVideo
Defines the DialogType as InsertVideo.
Declaration
public const DialogType InsertVideo
Field Value
Type |
---|
DialogType |