GridViewMergeGroupsMode Enum
Lists values specifying the merged grouping mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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