PanelCollapsingSettings.ExpandEffect Property
Gets or sets the panel’s expand effect.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(PanelExpandEffect.Auto)]
public PanelExpandEffect ExpandEffect { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PanelExpandEffect | Auto | One of the PanelExpandEffect enumeration values. |
Available values:
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. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ExpandEffect |
---|---|---|
ASP.NET Web Forms Controls | ASPxCollapsiblePanel |
|
ASP.NET MVC Extensions | CollapsiblePanelSettings |
|
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.