.NET MAUI DataForm Masked Editors
You can use the following Masked Editors the DataForm provides:
-
DataFormRadTextMaskedEditor
—Of typeRadTextMaskedEntry
-
DataFormRadNumericMaskedEditor
—Of typeRadNumericMaskedEntry
-
DataFormRadEmailMaskedEditor
—Of typeRadEmailMaskedEntry
-
DataFormRadRegexMaskedEditor
—Of typeRadRegexMaskedEntry
Each Masked Editor has Mask
and Culture
Placeholder
properties.
Other properties that are common for all editors are listed in the Editors Overview article.
Styling
You can style the editors using the properties BackgroundColor
, BorderColor
and BorderThickness
. You can additionally style each editor by applying a style with the same target type as the underlying control.
A table with all editors and their control types is available in the Editors Overview article.
Example with DataFormRadTextMaskedEditor
And the editor definition
For more information about how to style the editors, review the Editors Styling article.