GridViewBase.IsGroupPanelTextVisible Property
Gets whether the ‘Drag a column header here to group by that column’ string is displayed within the Group Panel. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If data displayed within a View is not grouped, the ‘Drag a column header here to group by that column’ hint is displayed within the Group Panel. Once data is grouped by a column(s), this hint is automatically hidden.

See Also