Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The .NET MAUI Rich Text Editor provides a simple yet powerful editor interface for composing richly formatted text with all the common formatting options like bold and italics. The Rich Text Editor can be used to create messaging applications, email composers, blog editors, forum post text boxes, feedback and review sections, notes sections, and more. It has a variety of tools to edit and format rich content and returns valid HTML markup content.


.NET MAUI Rich Text Editor code example

Easily get started with the .NET MAUI Rich Text Editor by using a few simple lines of C# or XAML code, as demonstrated below. Also explore our .NET MAUI Rich Text Editor Example, which shows you how to render and configure the Rich Text Editor.

<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:rte="clr-namespace:Syncfusion.Maui.RichTextEditor;assembly=Syncfusion.Maui.RichTextEditor"
             x:Class="RichTextEditorExample.MainPage">

    <Grid>
        <rte:SfRichTextEditor Text="The rich text editor component is a WYSIWYG editor that provides the best user experience to create and update content." />
    </Grid>

</ContentPage>
using Syncfusion.Maui.RichTextEditor;

public partial class MainPage : ContentPage
{
    public MainPage()
    {
        InitializeComponent();

        SfRichTextEditor editor = new SfRichTextEditor();
        editor.Text = "The rich text editor component is a WYSIWYG editor that provides the best user experience to create and update content.";

        this.Content = editor;
    }
}

Editing experience

Enhance your content with rich media elements like images, hyperlinks, and tables to create an engaging editing experience.

.NET MAUI Rich Text Editor provides image insertion support.

Inserting images

Insert JPEG and PNG images from a photo gallery or embedded resource into the Rich Text Editor content.

.NET MAUI Rich Text Editor provides hyperlink support.

Easily insert and manage hyperlinks with a user-friendly dialog to link to web pages.

.NET MAUI Rich Text Editor provides table support.

Insert tables

Create and customize tables to display information in a structured, grid-based format.

.NET MAUI Rich Text Editor provides Text Alignment support.

Text alignment

Align your content to the left, center, or right, or justify it.


Formatting text

Users can apply different formatting styles to selected content, whole paragraphs, or specific words or characters:

  • Bold, italics, and underlining.
  • Font color and background color.
  • Format headings, paragraphs, and more.
  • Customizable indentation for paragraphs.
  • Text alignment for content.

.NET MAUI Rich Text Editor formatting options.


Net Maui Richtexteditor List image

Adding lists

Organize content by applying ordered (numbered) or unordered (bulleted) lists.


Clipboard

Cut, copy, and paste formatted content within the application or to an external application.

Net Maui Richtexteditor Clipboard image


.NET MAUI Rich Text Editor provides font customization support.

Customizing fonts

Add fonts from a stream or embedded resource to use in the Rich Text Editor. The default font can also be customized.


Autosize

The Rich Text Editor accommodates a user’s input by changing the control height automatically to fit the content inside the editable area. The height of the control in autosize mode can be controlled by using MaximumHeightRequest and MinimumHeightRequest properties.

Net Maui Richtexteditor Autosize image




Struggling to decide on the right product?

Our comprehensive competitor comparison of .NET MAUI controls will guide you to the perfect choice.

tick-mark 95+ UI controls
tick-mark 200+ interactive .NET MAUI demos
tick-mark 1.7M+ downloads

Frequently Asked Questions

The Syncfusion .NET MAUI Rich Text Editor gives users:

  • A seamless editing experience with rich formatting options.

  • Integrations for chat applications, email platforms, and blogging tools.
  • An intuitive and user-friendly interface for effortless interaction.
  • One of the best .NET MAUI Rich Text Editor in the market, offering feature-rich UI to interact with the software.
  • Simple configuration and APIs.

  • Mobile-touch friendly.
  • Extensive demosand documentation to let you get started quickly with the .NET MAUI Rich Text Editor.

You can find our .NET MAUI Rich Text Editor demo, which demonstrates how to render and configure the Rich Text Editor control.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion® reduces customers’ development time.
Here are some of their experiences.


Rated by users across the globe

Syncfusion .NET MAUI Rich Text Editor Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.

Up arrow icon