Version

XamMaskedInput Class

Value editor for displaying and editing data based on a mask.
Syntax
'Declaration
 
Public Class XamMaskedInput 
   Inherits TextInputBase
   Implements Infragistics.ICommandTarget 
public class XamMaskedInput : TextInputBase, Infragistics.ICommandTarget  
Remarks

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also