Skip to main content
All docs
V22.1
  • 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