New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI DataForm Multiline Editors
Updated on May 11, 2026
You can use the following Multiline Editors the DataForm provides:
DataFormRadMultiLineEditor—Of typeTelerik .NET MAUI RadEditor. This is the default editor that renders inside the DataForm when html or multiline text is used as datatype for a property.DataFormMultiLineEditor—Of type.NET MAUI Editor.
Other properties that are common for all editors are listed in the Editors Overview article.
Styling
You can style the editors using the properties BackgroundColor, BorderColor and BorderThickness. You can additionally style each editor by applying a style with the same target type as the underlying control.
The target type for the DataFormRadMultiLineEditor is Telerik.Maui.Controls.RadEditor, while the target type for the DataFormMultiLineEditor is Microsoft.Maui.Controls.Editor.
For more information about how to style the editors, review the Editors Styling article.