New to Kendo UI for Angular? Start a free 30-day trial
PopupSettings
Used for configuring the options of the popup container.
html
<kendo-timepicker [popupSettings]="{ animate: false, appendTo: 'root', popupClass: 'custom-popup' }">
</kendo-timepicker>
Name | Type | Default | Description |
---|---|---|---|
animate? |
|
Controls the popup animation. By default, the open and close animations are enabled. | |
appendTo? |
|
Controls the popup container. By default, the popup will be appended to the root component. | |
popupClass? |
|
Specifies a list of CSS classes that are used for styling the popup. |