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

PanelCollapsingSettings.ExpandButton Property

Provides access to the expand button settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PanelExpandButtonSettings ExpandButton { get; }

Property Value

Type Description
PanelExpandButtonSettings

A PanelExpandButtonSettings object that contains the expand button settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExpandButton
ASP.NET Controls and MVC Extensions ASPxCallbackPanel
.SettingsCollapsing .ExpandButton
ASPxCollapsiblePanel
.SettingsCollapsing .ExpandButton
ASPxPanel
.SettingsCollapsing .ExpandButton
ASP.NET MVC Extensions CallbackPanelSettings
.SettingsCollapsing .ExpandButton
CollapsiblePanelSettings
.SettingsCollapsing .ExpandButton
MVCxCallbackPanel
.SettingsCollapsing .ExpandButton
MVCxPanel
.SettingsCollapsing .ExpandButton
PanelSettings
.SettingsCollapsing .ExpandButton
See Also