New to Kendo UI for Angular? Start a free 30-day trial
PopupSettings
Configures the options for the popup container.
Represents the Kendo UI for Angular ToolBar popup settings.
ts
@Component({
selector: 'my-app',
template: `
<kendo-toolbar [overflow]="true" [popupSettings]="{ animate: false }">
<kendo-toolbar-button text="my button"></kendo-toolbar-button>
</kendo-toolbar>
`
})
class AppComponent { }
Name | Type | Default | Description |
---|---|---|---|
anchorAlign? |
|
Sets the anchor pivot point. | |
animate? |
|
Controls the popup animation. By default, the open and close animations are enabled. | |
appendTo? |
|
Controls the popup container. By default, the popup is appended to the root component. | |
height? |
|
Sets the popup height.
By default, the popup height matches its content.
Use a number for pixels or a string for arbitrary units like | |
popupAlign? |
|
Sets the popup pivot point. | |
popupClass? |
|
Sets CSS classes for styling the popup. | |
width? |
|
Sets the popup width.
The default value is |