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

CollapsiblePanelSettings.SettingsCollapsing Property

Provides access to the panel’s collapse settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public PanelCollapsingSettings SettingsCollapsing { get; }

Property Value

Type Description
PanelCollapsingSettings

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

See Also