Skip to main content
Tab

PanelCollapsingSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PanelCollapsingSettings :
    PropertiesBase

The following members return PanelCollapsingSettings objects:

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

Remarks

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

Implements

Inheritance

Object
StateManager
PropertiesBase
PanelCollapsingSettings
See Also