Class ToolCommandArgsBase
Base class for command arguments.
Inheritance
System.Object
ToolCommandArgsBase
Namespace: Telerik.Blazor.Components.Editor
Assembly: Telerik.Blazor.dll
Syntax
public abstract class ToolCommandArgsBase : Object
Constructors
ToolCommandArgsBase()
Declaration
protected ToolCommandArgsBase()
Properties
CommandName
The editor command that will be invoked.
Declaration
public string CommandName { get; set; }
Property Value
System.String
|
ShouldFocusView
Defines whether the execution of the command should focus the view of the Editor.
Declaration
public bool ShouldFocusView { get; set; }
Property Value
System.Boolean
|