PanelCollapsingSettings.GroupName Property
In This Article
Gets or sets the name of the group to which the panel belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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:
Library | Object Type | Path to Group |
---|---|---|
ASP. |
Collapsible |
|
ASP. |
ASPx |
|
#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