aspnet-devexpress-dot-web-76757037.md
Lists values that specify the expand effect used by a collapsible panel (like the ASPxPanel or ASPxCallbackPanel control).
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum PanelExpandEffect
Public Enum PanelExpandEffect
| Name | Description |
|---|---|
Auto |
The panel expand effect is determined automatically.
|
| PopupToLeft |
The expanded panel pops up to left.
|
| PopupToRight |
The expanded panel pops up to right.
|
| PopupToTop |
The expanded panel pops up to top.
|
| PopupToBottom |
The expanded panel pops up to bottom.
|
| Slide |
The panel expands with a slide effect and moves the outer content.
|
The following properties accept/return PanelExpandEffect values:
See Also