DateProperties
Configures a structured document tag as a date picker with customizable calendar type, format, and culture.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public class DateProperties : SdtProperties
Inheritance: objectSdtPropertiesDateProperties
Inherited Members
Constructors
Initializes a new instance of the DateProperties class.
public DateProperties()
Properties
Gets or sets the calendar system used for date display, such as Gregorian, Hijri, or Hebrew.
public SdtCalendar? Calendar { get; set; }
Gets or sets the date format pattern used to display the date value in the document.
public string DateFormat { get; set; }
Gets or sets the data type used when mapping the date value to external data sources via XML data binding.
public DateMappingType? DateMappingType { get; set; }
Gets or sets the date and time value stored in the date picker control.
public DateTime? FullDate { get; set; }
Gets or sets the culture that determines how the date is formatted and which calendar is used.
public CultureInfo Language { get; set; }