Interface IRadPasswordBox
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml.Input.RadPasswordBox
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public interface IRadPasswordBox : IRadWatermarkTextBox, ITextBox, IFrameworkElement, ITargetElement
Properties
IsPasswordVisible
Declaration
bool IsPasswordVisible { get; }
Property Value
System.Boolean
|
Password
Declaration
string Password { get; }
Property Value
System.String
|
PasswordChar
Declaration
char PasswordChar { get; }
Property Value
System.Char
|