Show / Hide Table of Contents

Class HierarchicalComposableTreeViewItemExtensions

Extension for the HierarchicalComposableTreeViewItem.

Inheritance
System.Object
HierarchicalComposableTreeViewItemExtensions
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls.Extensions
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public static class HierarchicalComposableTreeViewItemExtensions

Methods

View Source

FindChildById(HierarchicalComposableTreeViewItem, Guid)

Finds the the first child of the HierarchicalComposableTreeViewItem by its System.Guid.

Declaration
public static HierarchicalComposableTreeViewItem FindChildById(this HierarchicalComposableTreeViewItem treeViewItem, Guid id)
Parameters
Type Name Description
HierarchicalComposableTreeViewItem treeViewItem
System.Guid id
Returns
Type Description
HierarchicalComposableTreeViewItem
  • View Source
Back to top Generated by DocFX