Skip to main content

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