Back to Devexpress

TextEditSettings.MaskAutoComplete Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-texteditsettings-e0fcd163.md

latest2.3 KB
Original Source

TextEditSettings.MaskAutoComplete Property

Gets or sets the automatic completion mode used by the editor in the RegEx mask mode. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Settings

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public AutoCompleteType MaskAutoComplete { get; set; }
vb
Public Property MaskAutoComplete As AutoCompleteType

Property Value

TypeDescription
AutoCompleteType

One of the AutoCompleteType enumeration values.

|

Available values:

NameDescription
Default

When set to Default , the AutoCompleteType.Strong automatic completion mode is used.

| | None |

The automatic completion feature is disabled.

| | Strong |

Each time an end-user types a character, the editor determines if the following placeholder can be filled automatically. If only a specific character can be inserted in this position, the editor automatically displays this character, and moves the caret to the right of this character.

| | Optimistic |

When an end-user enters a character in an empty edit box for the first time, the editor automatically fills all the following placeholders with the default values. For placeholders that accept only numeric values, the ‘0’ character is the default. For placeholders that accept word characters, the “a” character is the default.

|

Remarks

To learn more, see Mask Type: Simplified Regular Expressions.

See Also

TextEditSettings Class

TextEditSettings Members

DevExpress.Xpf.Editors.Settings Namespace