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.1.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:

Object Type Path to ExpandButton
ASPxCallbackPanel
.SettingsCollapsing .ExpandButton
ASPxCollapsiblePanel
.SettingsCollapsing .ExpandButton
ASPxPanel
.SettingsCollapsing .ExpandButton
CallbackPanelSettings
.SettingsCollapsing .ExpandButton
CollapsiblePanelSettings
.SettingsCollapsing .ExpandButton
MVCxCallbackPanel
.SettingsCollapsing .ExpandButton
MVCxPanel
.SettingsCollapsing .ExpandButton
PanelSettings
.SettingsCollapsing .ExpandButton
See Also