New to Telerik Document ProcessingStart a free 30-day trial

Configures a structured document tag as a date picker with customizable calendar type, format, and culture.

Definition

Constructors

Initializes a new instance of the DateProperties class.

C#
public DateProperties()

Properties

Gets or sets the calendar system used for date display, such as Gregorian, Hijri, or Hebrew.

C#
public SdtCalendar? Calendar { get; set; }

Gets or sets the date format pattern used to display the date value in the document.

C#
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.

C#
public DateMappingType? DateMappingType { get; set; }

Gets or sets the date and time value stored in the date picker control.

C#
public DateTime? FullDate { get; set; }

Gets or sets the culture that determines how the date is formatted and which calendar is used.

C#
public CultureInfo Language { get; set; }