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. |