Enum
ValueFormat

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.

Declaration

cs-api-definition
ExcludePromptAndLiterals = 0

Field Value

ValueFormat

IncludeLiterals

The Value will containt literals.

Declaration

cs-api-definition
IncludeLiterals = 2

Field Value

ValueFormat

IncludePrompt

The Value will contain prompt chars.

Declaration

cs-api-definition
IncludePrompt = 1

Field Value

ValueFormat

IncludePromptAndLiterals

The Value will contain prompt chars and literals.

Declaration

cs-api-definition
IncludePromptAndLiterals = 3

Field Value

ValueFormat