Click or drag to resize

DynamicUserControlBaseGetAttachedName Method

WPF getter for the AttachedNameProperty.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static string GetAttachedName(
	
	DependencyObject obj
)

Parameters

obj  DependencyObject
The owning control.

Return value

String
Additional name of the control, e.g. for the search in the VisualTree.
See also