Back to Devexpress

DataFormTextItemBase.CharacterCasing Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformtextitembase-f19e42b7.md

latest1.3 KB
Original Source

DataFormTextItemBase.CharacterCasing Property

Gets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public CharacterCasing CharacterCasing { get; set; }

Property Value

TypeDefaultDescription
CharacterCasingNormal

A character case.

|

Available values:

NameDescription
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

DataFormTextItemBase Class

DataFormTextItemBase Members

DevExpress.Maui.DataForm Namespace