PasswordBoxExtendGetBindPassword Method

Gets the Bind Password property.

Definition

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

Parameters

dp  DependencyObject
Dependency object.

Return Value

Boolean
if the password is bound, otherwise is returned.

See Also