TextInputMaskSettings Members
Provides the mask settings.Constructors
Name | Description |
---|---|
TextInputMaskSettings() | Initializes a new instance of the TextInputMaskSettings class. |
Fields
Name | Description |
---|---|
AutoCompleteProperty static | Identifies the TextInputMaskSettings.AutoComplete dependency property. |
IgnoreBlankProperty static | Identifies the TextInputMaskSettings.IgnoreBlank dependency property. |
MaskCultureProperty static | Identifies the TextInputMaskSettings.MaskCulture dependency property. |
MaskProperty static | Identifies the TextInputMaskSettings.Mask dependency property. |
MaskTypeProperty static | Identifies the TextInputMaskSettings.MaskType dependency property. |
PlaceHolderProperty static | Identifies the TextInputMaskSettings.PlaceHolder dependency property. |
SaveLiteralProperty static | Identifies the TextInputMaskSettings.SaveLiteral dependency property. |
ShowPlaceHoldersProperty static | Identifies the TextInputMaskSettings.ShowPlaceHolders dependency property. |
UseAsDisplayFormatProperty static | Identifies the TextInputMaskSettings.UseAsDisplayFormat dependency property. |
Properties
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. |
Methods
Name | Description |
---|---|
CreateDefaultMaskManager(IMaskProperties) | Returns the default mask manager for the specified mask. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
LocalEditActionPerformed() | |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
PerformSelectAll() | |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UpdateEditor(Boolean, UpdateEditorSource) | |
UpdateRequired() |
See Also