Skip to main content
A newer version of this page is available. .
Tab

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.v19.1.dll

Declaration

public enum PanelExpandEffect

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