Enum
ShowPasswordButtonVisibilityMode

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:

cs-api-definition
public enum ShowPasswordButtonVisibilityMode

Fields

Always

The button will be always visible.

Declaration

cs-api-definition
Always = 1

Field Value

ShowPasswordButtonVisibilityMode

Auto

The button will be visible only when there is currently entered password.

Declaration

cs-api-definition
Auto = 2

Field Value

ShowPasswordButtonVisibilityMode

Never

The button will be never visible.

Declaration

cs-api-definition
Never = 0

Field Value

ShowPasswordButtonVisibilityMode

In this article
DefinitionFieldsAlwaysAutoNever
Not finding the help you need?
Contact Support