New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the different ways the Value of a IRadMaskedEntry can be formatted.

Definition

Namespace:Telerik.Maui.MaskedEntry

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public enum ValueFormat

Fields

The Value will not contain prompt chars and literals.

C#
ExcludePromptAndLiterals = 0

The Value will containt literals.

C#
IncludeLiterals = 2

The Value will contain prompt chars.

C#
IncludePrompt = 1

The Value will contain prompt chars and literals.

C#
IncludePromptAndLiterals = 3