Back to Devexpress

PanelExpandEffect Enum

aspnet-devexpress-dot-web-76757037.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PanelExpandEffect
vb
Public Enum PanelExpandEffect

Members

NameDescription
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

DevExpress.Web Namespace