PanelExpandEffect Enum
In This Article
Lists values that specify the expand effect used by a collapsible panel (like the ASPxPanel or ASPxCallbackPanel control).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Auto
|
The panel expand effect is determined automatically. |
Popup
|
The expanded panel pops up to left. |
Popup
|
The expanded panel pops up to right. |
Popup
|
The expanded panel pops up to top. |
Popup
|
The expanded panel pops up to bottom. |
Slide
|
The panel expands with a slide effect and moves the outer content. |
#Related API Members
The following properties accept/return PanelExpandEffect values:
See Also