PanelExpandEffect Enum
Lists values that specify the expand effect used by a collapsible panel (like the ASPxPanel or ASPxCallbackPanel control).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
The following properties accept/return PanelExpandEffect values:
See Also