TimeDurationPicker

Example

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

ChildTags

Tag Name Details
messages TimeDurationPickerMessagesSettingsTagHelper
shortcuts TimeDurationPickerShortcutsTagHelper
timedurationpicker-columns TimeDurationPickerColumnsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
for ModelExpression An expression to be evaluated against the current model.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
adaptive-mode AdaptiveMode Specifies the adaptive rendering of the component.
enable Boolean If 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-mode FillMode Sets a value controlling how the color is applied.
has-client-component Boolean
on-change String Fired 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-close String Fires when the popup is closed
on-open String Fires when the time drop-down list is opened
readonly Boolean If 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.
rounded Rounded Sets a value controlling the border radius.
sanitize-id Boolean
separator String Sets 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.
size ComponentSize Sets a value controlling the size of the component.
value Double The value of the widget in milliseconds
In this article
Not finding the help you need?