GridColumn.AllowGrouping Property
Gets or sets a value that specifies whether an end-user can group data by the current column. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Default |
A Default |
#Remarks
End-users are allowed to group data if the view's GridViewBase.AllowGrouping property is set to true. Individual columns provide the AllowGrouping property, allowing the default behavior specified by the view, to be overridden. Setting this property to 'True' or 'False' overrides the default behavior. This can be useful when it is required to prevent an end-user from grouping data by values of specific columns.
If the AllowGrouping property is set to 'Default', the ability to group data is controlled by the view's GridViewBase.AllowGrouping property. In this instance, to obtain whether an end-user can group data by the current column, use the GridColumn.ActualAllowGrouping property.
To learn more, see Grouping Overview.
NOTE
Data grouping requires data sorting to be performed. End-users can group data only if data sorting is allowed.