Class ExecuteCommandOption
Provides information about an ExecuteCommandOption.
Inherited Members
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExecuteCommandOption
Remarks
This class is used for managing executable command options within the RichTextEditor.
Constructors
ExecuteCommandOption()
Declaration
public ExecuteCommandOption()
Properties
Undo
Defines the CommandName as Undo.
Declaration
public bool Undo { get; set; }
Property Value
| Type |
|---|
| bool |
Remarks
The Undo property enables or configures the undo command option.