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

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ToggleButtonTool : ButtonTool, IEditorCommandTool, IEditorTool

Inheritance: objectButtonToolToggleButtonTool

Derived Classes: AlignCenterAlignJustifyAlignLeftAlignRightBoldItalicOrderedListStrikethroughSubScriptSuperScriptUnderlineUnorderedList...

Implements: IEditorCommandToolIEditorTool

Inherited Members ButtonTool.CommandNameButtonTool.ChildContentButtonTool.ClassButtonTool.TitleButtonTool.IconButtonTool.EnabledButtonTool.OnClick...

Constructors

C#
public ToggleButtonTool()

Properties

C#
public bool Selected { get; set; }
C#
public EventCallback<bool> SelectedChanged { get; set; }