Skip to main content

GridControl.ShowGroupedColumns Property

Gets or sets whether to display grouped columns in the GridControl. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "RebuildVisibleColumns")]
public bool ShowGroupedColumns { get; set; }

Property Value

Type Description
Boolean

true to display grouped columns in the GridControl; otherwise, false.

Remarks

The GridControl displays group columns in the Group Panel. Use the ShowGroupedColumns property to specify whether to display grouped columns with other columns in the Column Header Panel.

See Also