Skip to main content

TextInputMaskSettings.PlaceHolder Property

Specifies 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.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public char PlaceHolder { get; set; }

Property Value

Type Description
Char

The character used as the placeholder in a masked editor.

See Also