Skip to main content
Tab

ASPxGridViewTextSettings.GroupPanel Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to GroupPanel
ASPxGridView
.SettingsText .GroupPanel
GridViewProperties
.SettingsText .GroupPanel
See Also