Class DependencyObjectExtension
Class that holds the member which retrieves the name of the dependency element.
Inheritance
System.Object
DependencyObjectExtension
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public static class DependencyObjectExtension : Object
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. |