Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public bool IsGroupPanelTextVisible { get; }

#Property Value

Type Description
Boolean

true if the information hint is displayed within the Group Panel; otherwise, false.

#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.

gridControl_comboboxedit

See Also