Show / Hide Table of Contents

Enum TreeViewAutoGenerationMode

Defines modes for the 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>(TreeViewAutoGenerationMode, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<TreeViewAutoGenerationMode>(TreeViewAutoGenerationMode)
EnumExtensions.GetAttributeValue<TAttribute, TType>(Enum, Func<TAttribute, TType>)
  • View Source
Back to top Generated by DocFX