Skip to main content

TextEdit.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

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

#Declaration

public AutoCompleteType MaskAutoComplete { get; set; }

#Property Value

Type Description
AutoCompleteType

One of the AutoCompleteType enumeration values.

#Remarks

To learn more, see Automatic Completion.

See Also