New to Kendo UI for AngularStart a free 30-day trial

PopupSettings

Interface

Used for configuring the options of the popup container.

Definition

Package:@progress/kendo-angular-dateinputs

Syntax:

html
<kendo-timepicker [popupSettings]="{ animate: false, appendTo: 'root', popupClass: 'custom-popup' }">
</kendo-timepicker>

Properties

animate?

boolean

Controls the popup animation. By default, the open and close animations are enabled.

appendTo?

ViewContainerRef | "root" | "component"

Controls the popup container. By default, the popup will be appended to the root component.

popupClass?

string | object | string[] | Set​<string>

Specifies a list of CSS classes that are used for styling the popup.

In this article
DefinitionPropertiesanimate?appendTo?popupClass?
Not finding the help you need?
Contact Support