Enum TreeViewAutoGenerationMode
Defines modes for the System.Windows.Controls.TreeView generation.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum TreeViewAutoGenerationMode
Fields
Name | Description |
---|---|
Default | The default mode. |
RemoveSingleChildGroups | Removes groups that only have one child and moves the child up one level. |