TextEdit.MaskPlaceholderChar Property
In This Article
Gets or sets the character used as a placeholder in the masked editor.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public char MaskPlaceholderChar { get; set; }
#Property Value
Type | Description |
---|---|
Char | A character used as a placeholder in the masked editor. The default placeholder is ‘_’. |
See Also