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

ASPxGridViewTextSettings.GroupPanel Property

Gets or sets the text displayed within the ASPxGridView’s Group Panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the text displayed within the group panel.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GroupPanel
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsText.GroupPanel
GridViewProperties
.SettingsText.GroupPanel
GridViewSettings
.SettingsText.GroupPanel
GridViewSettings<RowType>
.SettingsText.GroupPanel
MVCxGridView
.SettingsText.GroupPanel
MVCxGridViewProperties
.SettingsText.GroupPanel
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsText.GroupPanel
See Also