alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class Utils

    Class that holds the generic method to get the parent.

    Inheritance
    System.Object
    Utils
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class Utils : Object

    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 - 2026 Syncfusion Inc. All Rights Reserved