Skip to main content
Tab

PanelCollapsingSettings.Modal Property

Gets or sets whether the collapsed panel is displayed in modal mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Modal { get; set; }

Property Value

Type Default Description
Boolean false

true, if the collapsed panel is displayed in modal mode; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Modal
ASP.NET MVC Extensions CollapsiblePanelSettings
ASP.NET Web Forms Controls ASPxCollapsiblePanel
See Also