Skip to main content

RegExMaskAttributeBase.PlaceHolder Property

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

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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