Skip to main content
A newer version of this page is available. .
Tab

ASPxCollapsiblePanel.SettingsCollapsing Property

Provides access to the panel’s collapse settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public PanelCollapsingSettings SettingsCollapsing { get; }

Property Value

Type Description
PanelCollapsingSettings

A PanelCollapsingSettings object that contains the panel’s collapse functionality settings.

See Also