DataFormTextEditorAttributeBase.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