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

CollapsiblePanelSettings.SettingsAdaptivity Property

Provides access to the panel’s adaptivity settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public PanelAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
PanelAdaptivitySettings

A PanelAdaptivitySettings object that contains the panel adaptivity settings.

See Also