TimeDurationPickerTagHelper

Example

Razor
<kendo-timedurationpicker>
    <messages />
    <shortcuts></shortcuts>
    <timedurationpicker-columns></timedurationpicker-columns>
</kendo-timedurationpicker>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
as-moduleBoolean
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.
enableBooleanIf set to false, the widget will be disabled and will not allow user input. The widget is enabled by default and allows user input.
fill-modeFillModeSets a value controlling how the color is applied.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
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.
on-changeStringFired when the value of the widget is changed by the user.The event handler function context (available via the this keyword) will be set to the widget instance.
on-closeStringFires when the popup is closed
on-openStringFires when the time drop-down list is opened
readonlyBooleanIf set to true, the widget will be readonly and will not allow user input. The widget is not readonly by default and allows user input.
roundedRoundedSets a value controlling the border radius.
script-attributesIDictionary<String,Object>
separatorStringSets a string value that is used to devide the different column values inside the input. The value must be a single character, you cannot use more than one character as a separator.
sizeComponentSizeSets a value controlling the size of the component.
valueDoubleThe value of the widget in milliseconds
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support