Skip to main content

CharacterCasing Enum

Lists values that specify how to case characters that a user enters in an editor.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
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