Skip to main content
Tab

PanelAdaptivitySettings Class

Contains settings that relate to the panel’s adaptivity settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class PanelAdaptivitySettings :
    PropertiesBase

The following members return PanelAdaptivitySettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxCollapsiblePanel.SettingsAdaptivity
ASP.NET MVC Extensions CollapsiblePanelSettings.SettingsAdaptivity

#Remarks

An object of the PanelAdaptivitySettings type can be accessed using the ASPxCollapsiblePanel.SettingsAdaptivity property of the ASPxPanel or ASPxCallbackPanel control.

#Implements

#Inheritance

Object
StateManager
PropertiesBase
PanelAdaptivitySettings
See Also