DataFormTextEditorAttributeBase.CharacterCasing Property
In This Article
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public CharacterCasing CharacterCasing { get; set; }
#Property Value
Type |
---|
Character |
Available values:
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. |
See Also