Show / Hide Table of Contents

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.

Extension Methods

CollectionExtensions.AddRange<T, TreeViewAutoGenerationMode>(IEnumerable<T>)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Func<TAttribute, TType>)
SerializableObjectCloneExtension.Clone<TreeViewAutoGenerationMode>()
  • View Source
Back to top Generated by DocFX