menu

WPF

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

    Show / Hide Table of Contents

    Class Utils

    Class that holds the generic method to get the parent.

    Inheritance
    System.Object
    Utils
    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.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class Utils

    Constructors

    Utils()

    Declaration
    public Utils()

    Methods

    GetParentItem<T>(DependencyObject)

    Static method to get the parent item of the control.

    Declaration
    public static T GetParentItem<T>(DependencyObject child)
        where T : DependencyObject
    Parameters
    Type Name Description
    System.Windows.DependencyObject child

    Dependency object.

    Returns
    Type Description
    T

    Generic type.

    Type Parameters
    Name Description
    T

    Generic Class.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved