TextInputMaskSettings Properties
Provides the mask settings.
Name | Description |
---|---|
Allow |
Indicates whether end-users can set the editor’s value to a null reference. |
Auto |
Specifies whether automatic completion is enabled. This is a dependency property. |
Ignore |
Specifies whether the blank editor value is considered valid. This is a dependency property. |
Mask | Specifies the mask expression. This is a dependency property. |
Mask |
Specifies the culture whose settings are used by masks. This is a dependency property. |
Mask |
Gets or sets the mask type. This is a dependency property. |
Place |
Specifies the character used as the placeholder in a masked editor, for the Simple, Regular and Reg |
Save |
Specifies whether constantly displayed mask characters (literals) are included in an editor’s value, for the Simple and Regular mask types. This is a dependency property. |
Show |
Specifies whether placeholders are displayed in a masked editor, for the Reg |
Use |
Specifies whether display values are still formatted using the mask when the editor is not focused. This is a dependency property. |
See Also