New to Telerik UI for BlazorStart a free 30-day trial

Command argumemnts for the editor command that formats content.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class FormatCommandArgs : ToolCommandArgsBase

Inheritance: objectToolCommandArgsBaseFormatCommandArgs

Inherited Members ToolCommandArgsBase.CommandNameToolCommandArgsBase.ShouldFocusView

Constructors

C#
public FormatCommandArgs()
C#
public FormatCommandArgs(string commandName, string value)
Parameters:commandNamestringvaluestring

Properties

The value for the command that will determine the formatting options.

C#
public string Value { get; set; }