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

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.v18.2.dll

Declaration

public void SplitByGroupLevels(
    Type collectionNodeType,
    bool allowSplit
)

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