TimePickerTagHelper

Example

Razor
<kendo-timepicker>
    <animation></animation>
    <interval-settings></interval-settings>
    <label />
    <messages />
    <popup></popup>
</kendo-timepicker>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
adaptive-modeAdaptiveModeSpecifies the adaptive rendering of the component.
adaptive-subtitleStringAllows customization of the subtitle's text in the adaptive view of the component.
adaptive-titleStringAllows customization of the title's text in the adaptive view of the component.
auto-adjustBooleanIf this property is enabled and you have configured min and/or max values, and the user enters a value that falls out of that range, the value will automatically be set to either the minimum or maximum allowed value. This property has effect only when the dateInput of the component is enabled.
auto-correct-partsBooleanSets a value that indicates whether to automatically correct the segment when out of range. In order to work, dateInput prop should be set to true.
component-typeStringSpecifies the component type of the widget. "classic" - Uses the standard rendering of the widget. or "modern" - Uses new rendering with a fresh and modern look and feel..
cultureStringSpecifies the culture info used by the widget.
date-inputBooleanSpecifies if the TimePicker will use DateInput for editing value
datesDateTime[]Specifies a list of dates, which are shown in the time drop-down list. If not set, the TimePicker will auto-generate the available times.
fill-modeFillModeSets a value controlling how the color is applied.
focus-timeDateTimeSpecifies a time that will be focused inside the popup when opened.
forModelExpressionAn expression to be evaluated against the current model.
input-modeStringSpecifies the inputmode attribute of the inner <input /> element. It is used to specify the type of on-screen keyboard that should be displayed when the user focuses the input.
intervalInt32Specifies the interval between values in the popup list.
maxDateTimeSpecifies the end value in the popup list.
minDateTimeSpecifies the start value in the popup list.
on-changeStringThe name of the JavaScript function that will handle the change event. Fires when the selected date is changed
on-closeStringThe name of the JavaScript function that will handle the close event. Fires when the time drop-down list is closed
on-openStringThe name of the JavaScript function that will handle the open event. Fires when the time drop-down list is opened
parse-formatsString[]Specifies the formats, which are used to parse the value set with the value method or by direct input. If not set the value of the options.format will be used. Note that value of the format option is always used.
roundedRoundedSets a value controlling the border radius.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
sizeComponentSizeSets the size of the component.
valueObjectSpecifies the selected date.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
formatStringSpecifies the format, which is used to format the value of the TimePicker 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.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support