Skip to main content
.NET 6.0+

ModelEditorGroupingHelper Properties

Contains helper methods and properties that you can use 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