TimeZoneEditorComponent
Component
Represents the Kendo UI TimeZone Editor component for Angular.
Displays a ComboBox for selecting time zone names, used for editing the start and end time zones of Scheduler events.
Definition
Package:@progress/kendo-angular-scheduler
Selector:kendo-timezone-editor
Syntax:
html
<kendo-scheduler>
<ng-template kendoSchedulerEditDialogTemplate>
<div> Select Time Zone:
<kendo-timezone-editor></kendo-timezone-editor>
</div>
</ng-template>
</kendo-scheduler>
Inputs
width
number
Specifies the width of the ComboBox that contains the names of the timezones.
Default:
260
Events
valueChange
EventEmitter<string>
Fires when the value of the component has changed.