Skip to main content
A newer version of this page is available. .

DataFormTextItemBase.CharacterCasing Property

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public CharacterCasing CharacterCasing { get; set; }

Property Value

Type
CharacterCasing

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