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.v18.2.dll

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