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

ModelEditorGroupingHelper Properties

Provides helper methods and properties used to replace or customize the default grouping mechanism in the Model Editor‘s Nodes Tree.
Name Description
AllowSplitByGroupLevels Specifies, whether or not the groups are split into subgroups using the ModelEditorGroupingHelper.GroupLevels list in the Model Editor‘s Nodes Tree.
AllowSplitByPoint Specifies, whether or not the groups are split into subgroups by the dot character in the Model Editor‘s Nodes Tree.
GroupLevels Gets the predefined list of strings that are used to split groups into subgroups in the Model Editor‘s Nodes Tree when the ModelEditorGroupingHelper.AllowSplitByGroupLevels property is set to true.
Instance static Gets the existing ModelEditorGroupingHelper instance.
See Also