GridView.GroupPanelText Property
In This Article
Gets or sets the text displayed within the group panel.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.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. |
A string value specifying the text displayed within the group panel. |
See Also