ClassDateProperties
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
DateProperties()
Initializes a new instance of the DateProperties class.
Declaration
public DateProperties()
Properties
Calendar
Gets or sets the calendar system used for date display, such as Gregorian, Hijri, or Hebrew.
Declaration
public SdtCalendar? Calendar { get; set; }
Property Value
DateFormat
Gets or sets the date format pattern used to display the date value in the document.
DateMappingType
Gets or sets the data type used when mapping the date value to external data sources via XML data binding.
Declaration
public DateMappingType? DateMappingType { get; set; }
Property Value
FullDate
Gets or sets the date and time value stored in the date picker control.
Language
Gets or sets the culture that determines how the date is formatted and which calendar is used.