ClassDateProperties
Represents the properties of a structured document tag of Datе type.
Definition
Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class DateProperties : SdtProperties
Inheritance: objectSdtPropertiesDateProperties
Inherited Members
Constructors
DateProperties()
Initializes a new instance of the DateProperties class.
Declaration
public DateProperties()
Properties
Calendar
Gets or set the type of calendar that is used for displaying the content.
Declaration
[XamlCompositePropertySerializable]
public SdtCalendar? Calendar { get; set; }
Property Value
DateFormat
Gets or sets the date format pattern.
Declaration
[XamlSerializable]
public string DateFormat { get; set; }
Property Value
DateMappingType
Gets or sets the data type that is used for storing mapped date time value.
Declaration
[XamlCompositePropertySerializable]
public DateMappingType? DateMappingType { get; set; }
Property Value
FullDate
Gets or sets the date time content.
Declaration
[XamlSerializable]
public DateTime? FullDate { get; set; }
Property Value
Language
Gets or sets the culture used for formatting the date.
Declaration
[XamlSerializable]
public CultureInfo Language { get; set; }
Property Value
Methods
GetBuilder(SdtRangeStart)
Provides an ISdtBuilder that generates the structured document tag's content.
Declaration
protected override ISdtBuilder GetBuilder(SdtRangeStart associatedSdt)
Parameters
associatedSdt
Returns
Overrides