PasswordBoxExtendGetBoundPassword Method

Gets the Bound Password property.

Definition

Namespace: Common.Wpf.Controls
Assembly: Common.Wpf.Controls (in Common.Wpf.Controls.dll) Version: 2.0.7
C#
public static string GetBoundPassword(
	DependencyObject dp
)

Parameters

dp  DependencyObject
Dependency object.

Return Value

String
The bound password property value.

See Also