Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 2.97 KB

overview.md

File metadata and controls

50 lines (31 loc) · 2.97 KB
title page_title description tags position previous_url slug
Overview
.NET MAUI Entry Documentation - Overview
Try now the Telerik for .NET MAUI Entry accepting string input and providing various customization options such as adding watermarks and more.
entry for .net maui, .net maui, ui for .net maui, microsoft .net maui
0
/controls/entry/entry-overview
entry-overview

.NET MAUI Entry Overview

The Telerik UI for .NET MAUI Entry is a text input control that accepts string input and provides various customization options such as adding watermarks, setting its read-only state, defining border styles, and more.

.NET MAUI Entry Overview

Key Features of the .NET MAUI Entry

  • [Placeholder]({%slug entry-text-appearance%}#adding-watermarks)—The Entry allows you to add a hint text as a placeholder to guide the users what is the expected input. In addition you can style the Placeholder.

  • [Password functionality]({%slug entry-text-appearance%}#password-functionality%})—You can hide the characters that users type for privacy and security reasons.

  • [Keyboard support]({%slug entry-text-appearance%}#setting-the-keyboard-type)—You can add a virtual keyboard and specify its type, for example, Numeric.

  • [Non-editable (Read-only) state]({%slug entry-text-appearance%}#setting-the-read-only-state)—You can define whether users can edit the Entry or not by setting a single property.

  • [Maximum number of symbols]({%slug entry-text-appearance%}#defining-the-max-length)—The Entry enables you to set a maximum length for its input.

  • [Text selection]({%slug entry-text-selection%})—You can specify the starting position of the selected text as well as the number of characters of the selected Entry input.

  • [Text prediction]({%slug entry-text-appearance%}#setting-text-prediction)—Define whether to have a predictive text while typing in the Entry.

  • [Validation]({%slug entry-validation%})—If the user is entering a value not matching the requirements, the Entry will display an error message, which you can customize.

  • [Clear button]({%slug entry-text-appearance%}#defining-the-clear-button-visibility)—Gives you the option to clear all the text entered in the Entry using a single button.

  • [Commands support]({%slug entry-commands%})—Use the ReturnCommand to implement additional logic when pressing the keyboard return key.

  • [Various styling options]({%slug entry-styling%})—For applying corner radius, clear button color, placeholder color and more.

Next steps

  • [Getting Started with Telerik UI for .NET MAUI Entry]({% slug entry-getting-started%})

See Also