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

Class for matching alpha and digits [A-Za-z0-9].

Syntax

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

Remarks

AlphanumericChar is a dispaly character that accepts a alpha-numeric characters (A-Z, a-z and 0-9). Char.IsLetterOrDigit is used to check if a character is alpha-numeric.

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