Show / Hide Table of Contents

Class HierarchicalComposableTreeViewItemExtensions

Extension for the HierarchicalComposableTreeViewItem.

Inheritance
object
HierarchicalComposableTreeViewItemExtensions
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 Guid.

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