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

RegExMaskAttributeBase.PlaceHolder Property

Gets or sets the character used as the placeholder in a masked editor.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public char PlaceHolder { get; set; }

Property Value

Type Description
Char

The character used as the placeholder.

Remarks

To learn more, see Mask Type: Numeric.

See Also