Infragistics(R) NetAdvantage(R) : Silverlight 2011.2
AlphaChar Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Controls.Editors Namespace : AlphaChar Class

Class for matching alpha characters [A-Za-z]

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class AlphaChar 
   Inherits InputCharBase
C# 
public sealed class AlphaChar : InputCharBase 

Remarks

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.

See Also