| Visual Basic (Declaration) | |
|---|---|
Public Class XamMaskedInput Inherits TextInputBase Implements ICommandTarget | |
| C# | |
|---|---|
public class XamMaskedInput : TextInputBase, ICommandTarget | |
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.