Class ShowPasswordButtonVisibilityMode
Determines the mode that will set the Visibility property of the button that shows the currently entered password.
Inheritance
System.Object
ShowPasswordButtonVisibilityMode
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class ShowPasswordButtonVisibilityMode : Enum
Fields
Always
The button will be always visible.
Declaration
public const ShowPasswordButtonVisibilityMode Always
Field Value
Auto
The button will be visible only when there is currently entered password.
Declaration
public const ShowPasswordButtonVisibilityMode Auto
Field Value
Never
The button will be never visible.
Declaration
public const ShowPasswordButtonVisibilityMode Never
Field Value
value__
Declaration
public int value__
Field Value
System.
|