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

Value editor for displaying and editing data based on a mask.

Syntax

Visual Basic (Declaration) 
Public Class XamMaskedInput 
   Inherits TextInputBase
   Implements ICommandTarget 
C# 
public class XamMaskedInput : TextInputBase, ICommandTarget  

Remarks

XamMaskedInput is an editor control that lets you display and edit values based on a mask. The mask is specified via its XamMaskedInput.Mask property. If a mask is not explicitly set then a default mask is used based on the Infragistics.Controls.Editors.ValueInput.ValueType property. The default mask is determined using the masks that are registered for specific types using RegisterDefaultMaskForType.

See Also