Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewBehaviorSettings.MergeGroupsMode Property

Gets or sets the merged grouping mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(GridViewMergeGroupsMode.Disabled)]
public GridViewMergeGroupsMode MergeGroupsMode { get; set; }

Property Value

Type Default Description
GridViewMergeGroupsMode Disabled

A GridViewMergeGroupsMode value that is the merged grouping mode.

Available values:

Name Description
Disabled

Groups within the grid are not merged.

Always

Groups within the grid are merged automatically.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MergeGroupsMode
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsBehavior .MergeGroupsMode
GridViewProperties
.SettingsBehavior .MergeGroupsMode
GridViewSettings
.SettingsBehavior .MergeGroupsMode
GridViewSettings<RowType>
.SettingsBehavior .MergeGroupsMode
MVCxGridView
.SettingsBehavior .MergeGroupsMode
MVCxGridViewProperties
.SettingsBehavior .MergeGroupsMode
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior .MergeGroupsMode

Remarks

Set the MergeGroupsMode property to GridViewMergeGroupsMode.Always to enable the merged grouping feature. This feature allows your end-users to group grid data by multiple columns at once.

ASPxGridView-MergedGroups

Online demos:

See Also