Back to Devexpress

PanelCollapsingSettings.ExpandEffect Property

aspnet-devexpress-dot-web-dot-panelcollapsingsettings-027dce10.md

latest2.8 KB
Original Source

PanelCollapsingSettings.ExpandEffect Property

Gets or sets the panel’s expand effect.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(PanelExpandEffect.Auto)]
public PanelExpandEffect ExpandEffect { get; set; }
vb
<DefaultValue(PanelExpandEffect.Auto)>
Public Property ExpandEffect As PanelExpandEffect

Property Value

TypeDefaultDescription
PanelExpandEffectAuto

One of the PanelExpandEffect enumeration values.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ExpandEffect
ASP.NET MVC ExtensionsCollapsiblePanelSettings

.SettingsCollapsing .ExpandEffect

| | ASP.NET Web Forms Controls | ASPxCollapsiblePanel |

.SettingsCollapsing .ExpandEffect

|

Remarks

When the ExpandEffect property is set to PanelExpandEffect.Slide, the panel expands with the slide effect and moves the outer content. When the ExpandEffect property is set to PanelExpandEffect.PopupToBottom, PanelExpandEffect.PopupToTop, PanelExpandEffect.PopupToLeft, or PanelExpandEffect.PopupToRight, the panel expands with a popup effect over the outer panel content.

See Also

AnimationType

PanelCollapsingSettings Class

PanelCollapsingSettings Members

DevExpress.Web Namespace