Enum HtmlEditorMode
Html editor mode (Rendered or Raw). Also used for toolbar buttons to enable/disable according to mode.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum HtmlEditorMode : int
Fields
Name | Description |
---|---|
Design | The editor is in Design mode. |
Source | The editor is in Source mode. |