menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextTransform - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextTransform

    Specifies the case transformation options for the SfOtpInput component.

    Inheritance
    System.Object
    TextTransform
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TextTransform : Enum

    Fields

    Lowercase

    Transforms the input text to lowercase.

    Declaration
    public const TextTransform Lowercase
    Field Value
    Type
    TextTransform

    None

    No case transformation is applied. The input text remains unchanged.

    Declaration
    public const TextTransform None
    Field Value
    Type
    TextTransform

    Uppercase

    Transforms the input text to uppercase.

    Declaration
    public const TextTransform Uppercase
    Field Value
    Type
    TextTransform
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved