Class FormatCommandArgs
Command argumemnts for the editor command that formats content.
Namespace: Telerik.Blazor.Components.Editor
Assembly: Telerik.Blazor.dll
Syntax
public class FormatCommandArgs : ToolCommandArgsBase
Constructors
FormatCommandArgs()
Declaration
public FormatCommandArgs()
FormatCommandArgs(String, String)
Declaration
public FormatCommandArgs(string commandName, string value)
Parameters
System.String
commandName
|
System.String
value
|
Properties
Value
The value for the command that will determine the formatting options.
Declaration
public string Value { get; set; }
Property Value
System.String
|