WPF

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

    Show / Hide Table of Contents

    Class DependencyObjectExtension

    Class that holds the member which retrieves the name of the dependency element.

    Inheritance
    System.Object
    DependencyObjectExtension
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public static class DependencyObjectExtension

    Methods

    GetName(DependencyObject)

    Gets the name of the dependency element.

    Declaration
    public static string GetName(this DependencyObject dependencyObject)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dependencyObject

    The dependency element.

    Returns
    Type Description
    System.String

    The framework element.

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