TextEditSettings.MaskPlaceHolder Property
Gets or sets the character used as the placeholder in a masked editor, for the Simple, Regular and RegEx mask types. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Char | The character used as the placeholder in a masked editor. |
Remarks
To learn more, see Mask Type: Numeric.
See Also