DateMappingType
Enum
Represent the data type used for storing mapped date values.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public enum DateMappingType
Fields
Value is stored as a date.
C#
[Display(Order = 1)]
Date = 0
Value is stored as a date with a time component.
C#
[Display(Order = 2)]
DateTime = 1
Value is stored as text.
C#
[Display(Order = 0)]
Text = 2