Click or drag to resize

UIHelperFindControlParentT Method

Gets the parent of the control

Namespace:  SharpCharts.Base.Common
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public static T FindControlParent<T>(
	FrameworkElement control
)
where T : DependencyObject

Parameters

control
Type: System.WindowsFrameworkElement
The control object

Type Parameters

T
Type

Return Value

Type: T
See Also