GridView.GroupPanelText Property
Gets or sets the text displayed within the group panel.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
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