RegExMaskAttribute.ShowPlaceHolders Property
Gets or sets whether placeholders are displayed 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 |
---|---|
Boolean | true to display placeholders in a masked editor; otherwise false. |
Remarks
The ShowPlaceHolders property is recognized by the GridControl, TreeListControl, DataLayoutControl and PropertyGridControl.
The placeholder can be specified via the RegExMaskAttributeBase.PlaceHolder property.
To learn more, see Mask Type: Numeric.
See Also