DropDownsPopupSettings
The settings of the popup container.
Name | Type | Default | Description |
---|---|---|---|
animate? |
|
Controls the popup animation. By default, the open and close animations are enabled. | |
appendTo? |
|
Defines the container to which the Popup will be appended.
Defaults to
| |
className? |
|
Specifies a list of CSS classes that will be added to the Popup element. | |
height? |
|
Sets the height of the popup container. By default, the height is 200px. | |
popupClass? |
|
Specifies a list of CSS classes that are used for styling the popup inner element. | |
width? |
|
Sets the width of the popup container. By default, the width of the host element is used. |