| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class AlphaChar Inherits InputCharBase | |
| C# | |
|---|---|
public sealed class AlphaChar : InputCharBase | |
AlphaChar is a dispaly character that accepts a alphabetic characters (A-Z and a-z). Char.IsLetter is used to check if a character is alphabetic character.
Note: Typically there is no need for you to directly create or use display characters. XamMaskedInput will automatically create and manage these objects based on the supplied mask.