Class ValueFormat
Defines the different ways the Value of a IRad
Inheritance
System.Object
ValueFormat
Namespace: Telerik.Maui.MaskedEntry
Assembly: Telerik.Maui.Core.dll
Syntax
public sealed class ValueFormat : Enum
Fields
ExcludePromptAndLiterals
The Value will not contain prompt chars and literals.
Declaration
public const ValueFormat ExcludePromptAndLiterals
Field Value
IncludeLiterals
The Value will containt literals.
Declaration
public const ValueFormat IncludeLiterals
Field Value
IncludePrompt
The Value will contain prompt chars.
Declaration
public const ValueFormat IncludePrompt
Field Value
IncludePromptAndLiterals
The Value will contain prompt chars and literals.
Declaration
public const ValueFormat IncludePromptAndLiterals
Field Value
value__
Declaration
public int value__
Field Value
System.
|