RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGrid..::..GetFirstVisualChild<(Of <(<'T>)>)> Method

Gets the first visual child.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public static T GetFirstVisualChild<T>(
	DependencyObject depObj
)
where T : DependencyObject
Public Shared Function GetFirstVisualChild(Of T As DependencyObject) ( _
	depObj As DependencyObject _
) As T
public:
generic<typename T>
where T : DependencyObject
static T GetFirstVisualChild(
	DependencyObject^ depObj
)

Type Parameters

T

Parameters

depObj
Type: DependencyObject
The dep object.

Return Value

T.