Enum ShowPasswordButtonVisibilityMode
Determines the mode that will set the Visibility property of the button that shows the currently entered password.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum ShowPasswordButtonVisibilityMode
Always
The button will be always visible.
Auto
The button will be visible only when there is currently entered password.
Never
The button will be never visible.