Skip to main content

GridViewBase.ShowGroupedColumns Property

Gets or sets whether the grouped columns are displayed within a view. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool ShowGroupedColumns { get; set; }

#Property Value

Type Description
Boolean

true to display the grouped columns within a view; otherwise, false. The default is false.

#Remarks

When grouping is applied, group rows display the values of grouped columns. By default, grouping columns are not displayed within a View. Their headers are displayed within the Group Panel. This avoids displaying superfluous information.

See Also