Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

CharacterCasing Enum

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

Declaration

public enum CharacterCasing

Members

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.

Related API Members

See Also