TextEdit.MaskPlaceholderChar Property
Gets or sets the character used as a placeholder in the masked editor. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public char MaskPlaceholderChar { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Char | _ | The character used as a placeholder in the masked editor. |
See Also