maui-devexpress-dot-maui-dot-editors-ff0b684c.md
Lists values that specify how to case characters that a user enters in an editor.
Namespace : DevExpress.Maui.Editors
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public enum CharacterCasing
| Name | Description |
|---|---|
Normal |
An editor does not change the case of characters typed by the user.
|
| Upper |
An editor automatically converts characters to uppercase while a user types text.
|
| Lower |
An editor automatically converts characters to lowercase while a user types text.
|
The following properties accept/return CharacterCasing values:
YieldIfNotNull<CharacterCasing>()
See Also