ClassRadPasswordBox
Class
Represents the RadPasswordBox wrapper for WPF.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Input.RadPasswordBox
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadPasswordBox : RadWatermarkTextBox, IAutomationPeer, IPeerConverter, IControl, IRadPasswordBox, IRadWatermarkTextBox, ITextBox, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlTextBoxRadWatermarkTextBoxRadPasswordBox
Implements:
Inherited Members
Constructors
RadPasswordBox()
Initializes a new instance of the RadPasswordBox class.
Declaration
cs-api-definition
public RadPasswordBox()
Properties
IsPasswordVisible
Checks if the password is visible.
Password
Gets the current password.
PasswordChar
Gets the char that is used for displaying the password.
ShowPasswordButton
Gets the button that is used to show the password.
Declaration
cs-api-definition
public RadButton ShowPasswordButton { get; }
Property Value
Implements
WatermarkVisualElement
Gets the element that holds the password.
Declaration
cs-api-definition
public RadWatermarkTextBox WatermarkVisualElement { get; }
Property Value
Implements