New to Telerik UI for ASP.NET Core? Download free 30-day trial
All tools
Loading Demo...
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- all_tools.cshtml
- All_ToolsController.cs
Also available for:
API REFERENCEDescription
You can see in this demo the whole set of tools supported by the Telerik Core Editor. You can easily add or hide each of them through the Tools collection option of the component:
.Tools(tools => tools. Clear().Bold().Italic().Underline().Strikethrough()...FontName().FontSize().FontColor().BackColor().Print())
If you remove the Clear() option, the default toolbar will be shown along with the specified by you buttons.