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