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

Provides predefined collections of Editor tools for common editing scenarios and quick setup. Use these tool sets to quickly configure Editor functionality without manually creating tool collections.

Definition

Namespace:Telerik.Blazor.Components.Editor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public static class EditorToolSets

Inheritance: objectEditorToolSets

Fields

Provides the complete collection of all available Editor tools for maximum functionality. Includes advanced formatting (font family, size, colors), history controls (undo/redo), text styling (subscript, superscript, strikethrough), comprehensive table editing tools, and HTML source view capabilities. Perfect for power users, content management systems, or applications requiring full editing control. Consider using Default first and upgrade to All only when advanced features are needed.

C#
public static readonly List<IEditorTool> All

Provides essential editing tools for most common content creation scenarios. Includes text formatting (Bold, Italic, Underline), paragraph formatting (Format), text alignment, list creation (bullets and numbers), indentation, and basic link and image insertion.

C#
public static readonly List<IEditorTool> Default
In this article
DefinitionFieldsAllDefault
Not finding the help you need?
Contact Support