Enum DialogType
Specifies the dialog type.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum DialogType
Fields
| Name | Description |
|---|---|
| Bookmark | Bookmark dialog box. |
| BordersAndShading | Borders and shading dialog box. |
| Columns | Columns dialog box. |
| Font | Font dialog box. |
| Hyperlink | Hyperlink dialog box. |
| List | List dialog box. |
| PageSetup | Page setup dialog box. |
| Paragraph | Paragraph dialog box. |
| SpellCheck | Specifies spell check dialog. |
| Style | Style dialog box. |
| Styles | Styles dialog box. |
| Table | Table dialog box. |
| TableOfContents | Table of contents dialog box. |
| TableOptions | Table options dialog box. |
| TableProperties | Table properties dialog box. |