Skip to main content
A newer version of this page is available. .

TextEditSettings.MaskPlaceHolder Property

Gets or sets the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public char MaskPlaceHolder { get; set; }

Property Value

Type Description
Char

The character used as the placeholder in a masked editor.

Property Paths

You can access this nested property as listed below:

Object Type Path to MaskPlaceHolder
TokenEditorBehavior
.TokenEditSettings .MaskPlaceHolder

Remarks

To learn more, see Mask Type: Numeric.

See Also