Skip to main content

TextInputMaskSettings Properties

Provides the mask settings.
Name Description
AllowNullInput Indicates whether end-users can set the editor’s value to a null reference.
AutoComplete Specifies whether automatic completion is enabled. This is a dependency property.
IgnoreBlank Specifies whether the blank editor value is considered valid. This is a dependency property.
Mask Specifies the mask expression. This is a dependency property.
MaskCulture Specifies the culture whose settings are used by masks. This is a dependency property.
MaskType Gets or sets the mask type. This is a dependency property.
PlaceHolder Specifies the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property.
SaveLiteral 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.
ShowPlaceHolders Specifies whether placeholders are displayed in a masked editor, for the RegEx mask type. This is a dependency property.
UseAsDisplayFormat Specifies whether display values are still formatted using the mask when the editor is not focused. This is a dependency property.
See Also