Class EditorToolSets
Predefined collections of editor tools.
Inheritance
System.Object
EditorToolSets
Namespace: Telerik.Blazor.Components.Editor
Assembly: Telerik.Blazor.dll
Syntax
public static class EditorToolSets : Object
Fields
All
All the tools the editor has.
Declaration
public static List<IEditorTool> All
Field Value
System.Collections.Generic.List<IEditorTool>
|
Default
The default set of most commonly used tools.
Declaration
public static List<IEditorTool> Default
Field Value
System.Collections.Generic.List<IEditorTool>
|