Kendo.Mvc.UI.DateRangePicker
Kendo UI DateRangePicker component
Properties
ARIATemplate
Specifies a template used to populate value of the aria-label attribute.
ARIATemplateId
The id of the script element used for ARIATemplate
Culture
Specifies the culture info used by the widget.
Dates
Specifies a list of dates, which will be passed to the month template.
EndField
Specifies the end field name for model binding.
Footer
The template which renders the footer of the calendar. If false, the footer will not be rendered.
Format
Specifies the format, which is used to format the value of the DateRangePicker displayed in the input. The format also will be used to parse the input.For more information on date and time formats please refer to Date Formatting.
Max
Specifies the maximum date, which the calendar can show.
Messages
Allows localization of the strings that are used in the widget.
Min
Specifies the minimum date that the calendar can show.
Labels
Determines if the labels for the inputs will be visible.
WeekNumber
If set to true a week of the year will be shown on the left side of the calendar. It is possible to define a template in order to customize what will be displayed.
Range
Configures the Kendo UI DateRangePicker range settings.
StartField
Specifies the start field name for model binding.
Start
Depth
Specifies the navigation depth.
Methods
WriteHtml(System.IO.TextWriter)
Writes the HTML.
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
SerializeSettings
Serialize current instance to Dictionary