RegExMaskAttributeBase.PlaceHolder Property
Gets or sets the character used as the placeholder in a masked editor.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Char | The character used as the placeholder. |
Remarks
To learn more, see Mask Type: Numeric.
See Also