menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisualUtils - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VisualUtils

    Represent a class that provides utility method to find the first descendant control of a specified type.

    Inheritance
    System.Object
    VisualUtils
    Inherited Members
    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: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public class VisualUtils

    Constructors

    VisualUtils()

    Initializes an instance of the VisualUtils class.

    Declaration
    public VisualUtils()

    Methods

    FindDescendant(Visual, Type)

    Gets the decendant

    Declaration
    public static Visual FindDescendant(Visual startingFrom, Type typeDescendant)
    Parameters
    Type Name Description
    System.Windows.Media.Visual startingFrom
    System.Type typeDescendant
    Returns
    Type
    System.Windows.Media.Visual
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved