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 |