Class ParseMode
Specifies when the ParseDateTime event will be fired.
Inheritance
System.Object
ParseMode
Namespace: Telerik.Windows.Controls.Input
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class ParseMode : Enum
Fields
Always
The parsing will be done even if the Tooltip is not enabled, but no text will be displayed for suggestions.
Declaration
public const ParseMode Always
Field Value
ParseMode
|
Auto
The parsing will be done if the Tooltip is enabled.
Declaration
public const ParseMode Auto
Field Value
ParseMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|