Class RadPasswordBox
Inheritance
System.Object
RadPasswordBox
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Input.RadPasswordBox
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadPasswordBox : RadWatermarkTextBox, IAutomationPeer, IPeerConverter, IControl, IRadPasswordBox, IRadWatermarkTextBox, ITextBox, IFrameworkElement, ITargetElement
Constructors
RadPasswordBox()
Declaration
public RadPasswordBox()
Properties
IsPasswordVisible
Declaration
public bool IsPasswordVisible { get; }
Property Value
System.Boolean
|
Implements
Password
Declaration
public string Password { get; }
Property Value
System.String
|
Implements
PasswordChar
Declaration
public char PasswordChar { get; }
Property Value
System.Char
|
Implements
ShowPasswordButton
WatermarkVisualElement
Declaration
public RadWatermarkTextBox WatermarkVisualElement { get; }
Property Value
RadWatermarkTextBox
|