EnumValueFormat
Enum
Defines the different ways the Value of a IRadMaskedEntry can be formatted.
Definition
Namespace:Telerik.Maui.MaskedEntry
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public enum ValueFormat
Fields
ExcludePromptAndLiterals
The Value will not contain prompt chars and literals.
IncludeLiterals
The Value will containt literals.
IncludePrompt
The Value will contain prompt chars.
IncludePromptAndLiterals
The Value will contain prompt chars and literals.