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

PanelCollapsingSettings.GroupName Property

Gets or sets the name of the group to which the panel belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string GroupName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the name of the group to which the panel belongs.

Property Paths

You can access this nested property as listed below:

Object Type Path to GroupName
ASPxCallbackPanel
.SettingsCollapsing.GroupName
ASPxCollapsiblePanel
.SettingsCollapsing.GroupName
ASPxPanel
.SettingsCollapsing.GroupName
CallbackPanelSettings
.SettingsCollapsing.GroupName
CollapsiblePanelSettings
.SettingsCollapsing.GroupName
MVCxCallbackPanel
.SettingsCollapsing.GroupName
MVCxPanel
.SettingsCollapsing.GroupName
PanelSettings
.SettingsCollapsing.GroupName

Remarks

Use the GroupName property to specify the name of a group to which a current panel belongs. In a group with multiple panels, only a single panel can be expanded.

See Also