ModelEditorGroupingHelper.SplitByGroupLevels(Type, Boolean) Method
Enables or disables splitting groups into subgroups using the ModelEditorGroupingHelper.GroupLevels list for a specific Application Model node type.
Namespace: DevExpress.ExpressApp.ModelEditor
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
collectionNodeType | Type | A Type object specifying the type of the Application Model node. |
allowSplit | Boolean | true, if splitting groups to subgroups is allowed for collectionNodeType nodes; otherwise, false. |
Remarks
To enable or disable splitting for all nodes at once, use the ModelEditorGroupingHelper.AllowSplitByGroupLevels property instead of this method.
See Also