True if grouping support is enabled.
Namespace: yWorks.yFiles.Layout.TreeAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.4.0.0
Syntax
C# |
---|
public virtual bool GroupingSupported { get; set; } |
Visual Basic |
---|
Public Overridable Property GroupingSupported As Boolean
Get
Set |
Remarks
Whether or not grouping support should be enabled.
Note that the grouping only works correctly, if each group represents a complete subtree.
This means that for each group there is a node v such that the group contains exactly v and all its descendants.