Skip to main content
Tab

GridViewMergeGroupsMode Enum

Lists values specifying the merged grouping mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridViewMergeGroupsMode

Members

Name Description
Disabled

Groups within the grid are not merged.

Always

Groups within the grid are merged automatically.

Related API Members

The following properties accept/return GridViewMergeGroupsMode values:

Remarks

Values listed by this enumerator are used to set the ASPxGridViewBehaviorSettings.MergeGroupsMode property.

See Also