Class ExecuteCommandOption
Provides information about an ExecuteCommandOption.
Inheritance
System.Object
ExecuteCommandOption
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class ExecuteCommandOption : Object
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 |
---|
System.Boolean |
Remarks
The Undo property enables or configures the undo command option.