Skip to main content

GridView.GroupPanelText Property

Gets or sets the text displayed within the group panel.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
[XtraSerializableProperty]
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