PanelCollapsingSettings.ExpandOnPageLoad Property
Gets or sets a value that specifies whether the panel should be rendered in the expanded state on page load.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Expand |
---|---|---|
ASP. |
Collapsible |
|
ASP. |
ASPx |
|
#Remarks
When the panel’s ASPxCollapsiblePanel.Collapsible property is set to true
, the panel is rendered initially collapsed. To expand the collapsed panel on the first page load, set the ExpandOnPageLoad property to true
.
Note
When any of the Panel