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