Back to Devexpress

GridView.GroupPanelText Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-d2078b80.md

latest1.8 KB
Original Source

GridView.GroupPanelText Property

Gets or sets the text displayed within the group panel.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public string GroupPanelText { get; set; }
vb
<DefaultValue("")>
<XtraSerializableProperty>
<DXCategory("Appearance")>
Public Property GroupPanelText As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

Data Grouping

Group Panel

ShowGroupPanel

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace