Skip to main content

GridViewBase.ShowGroupPanel Property

Gets or sets whether the Group Panel is displayed within a View. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[GridUIProperty]
[XtraSerializableProperty]
public bool ShowGroupPanel { get; set; }

#Property Value

Type Description
Boolean

true to show the Group Panel; otherwise, false. The default is true.

#Remarks

To learn more, see Grouping and Grouping.End-User Capabilities.

See Also