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

GridView.GroupPanelText Property

Gets or sets the text displayed within the group panel.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
[DXCategory("Appearance")]
public string GroupPanelText { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the text displayed within the group panel.

See Also