InterfaceIRadPasswordBox
Interface
Represents the RadPasswordBox control wrapper for WPF interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Input.RadPasswordBox
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public interface IRadPasswordBox : IRadWatermarkTextBox, ITextBox, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
IsPasswordVisible
Gets a value indicating whether the password is visible or not.
Password
Gets the current password.
PasswordChar
Gets the char that is used to used for displaying the password.
ShowPasswordButton
Gets the button that is used to show the password.
WatermarkVisualElement
Gets the elements that holds the password.
Declaration
cs-api-definition
RadWatermarkTextBox WatermarkVisualElement { get; }
Property Value