Show / Hide Table of Contents

Enum TreeViewSelectionMode

Defines selection modes for the ComposableTreeView.

Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum TreeViewSelectionMode

Fields

Name Description
Default

Default selection mode.

FirstChild

Selects the first child of a node.

Extension Methods

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