New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI Editor Visual Structure
Updated on Feb 10, 2026
The visual structure of the .NET MAUI Editor represents the anatomy of the UI control. Being familiar with the visual elements of the Editor allows you to quickly find the information required to configure them.
The images in this article show the anatomy of the Editor and its building blocks.
Editor Visual Structure

Placeholder—The text that guides the end-user on what can be entered/searched in the input.RadMultilineTextInput—The control used for the multiline text input.
Input Structure

Text—The text entered in the control's input field.RadMultilineTextInput—The control used for the multiline text input.Clear Button—Clears the selection in the control for both multiple and single selection scenarios.
Validation Structure

Text—The text entered in the control's input field.Clear Button—Clears the selection in the control for both multiple and single selection scenarios.Style when IsValueValid is False—Specifies the style applied when the value entered in the input field is invalid.Invalid Image—An image is displayed when the input value is invalid.