Class ValueFormat
Defines the different ways the Value of a IRadMaskedEntry can be formatted.
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
ValueFormat
|
IncludeLiterals
The Value will containt literals.
Declaration
public const ValueFormat IncludeLiterals
Field Value
ValueFormat
|
IncludePrompt
The Value will contain prompt chars.
Declaration
public const ValueFormat IncludePrompt
Field Value
ValueFormat
|
IncludePromptAndLiterals
The Value will contain prompt chars and literals.
Declaration
public const ValueFormat IncludePromptAndLiterals
Field Value
ValueFormat
|
value__
Declaration
public int value__
Field Value
System.Int32
|