Class
EditorToolSets

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:

cs-api-definition
public static class EditorToolSets

Inheritance: objectEditorToolSets

Fields

All

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.

Declaration

cs-api-definition
public static readonly List<IEditorTool> All

Field Value

List<IEditorTool>

Default

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.

Declaration

cs-api-definition
public static readonly List<IEditorTool> Default

Field Value

List<IEditorTool>

In this article
DefinitionFieldsAllDefault
Not finding the help you need?
Contact Support