Back to Devexpress

DataFormTextEditorAttributeBase.CharacterCasing Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformtexteditorattributebase-45c66719.md

latest1.3 KB
Original Source

DataFormTextEditorAttributeBase.CharacterCasing Property

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

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public CharacterCasing CharacterCasing { get; set; }

Property Value

TypeDescription
CharacterCasing

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

DataFormTextEditorAttributeBase Class

DataFormTextEditorAttributeBase Members

DevExpress.Maui.DataForm Namespace