New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.TextBoxSetting

Settings determining the strength of a password.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.InputSetting : IStateManager
  • Telerik.Web.UI.TextBoxSetting

Properties

BehaviorID String

Gets or sets a value to access the client-side behavior.

Remarks

In cases where you would like to access the client-side behavior for your setting from script code in the client, you can set this BehaviorID to simplify the process. See example below:

ClearValueOnError Boolean

Gets or sets a value indicating whether the value entered into the textbox should be cleared on error.

ClientEvents InputManagerClientEvents

Gets or sets an instance of the InputManagerClientEvents class which defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side events are raised.

DisabledCssClass String

Gets or sets the css style for TextBox when when the control is disabled.

EmptyMessage String

Gets or sets a value message shown when the control is empty.

Remarks

Shown when the control is empty and loses focus. You can set the empty message text through EmptyMessage property.

EmptyMessageCssClass String

Gets or sets the css style for TextBox when when the control is empty.

EnabledCssClass String

Gets or sets the css style for enabled TextBox control.

ErrorMessage String

Gets or sets the text for the error message displayed in the control when validation fails.

FocusedCssClass String

Gets or sets the css style for invalid state of TextBox control.

HoveredCssClass String

Gets or sets the css style for hovered TextBox control.

InitializeOnClient Boolean

Gets or sets a value indicating the control should be initialized on client or not.

InvalidCssClass String

Gets or stes the css style for invalid state of TextBox control.

IsValid Boolean

Gets if the TargetControls in the InputSettings are successfully validated.

PasswordStrengthSettings InputPasswordStrengthSettings

Gets the settings determining the stength of a password.

ReadOnlyCssClass String

Gets or sets the css style for Read Only state of TextBox control.

SelectionOnFocus SelectionOnFocus

Gets or sets whether the text in the control selected on focus and how.

TargetControls TargetControlCollection

Gets a collection of TargetInput objects that allows for specifying the objects for which input will be created on the client-side.

Remarks

Use the TargetControls collection to programmatically control which objects should be inputtipified on the client-side.

Validation InputSettingValidation

Gets an instance of the InputSettingValidation class which defines the validation behavior.

Methods

Validate

Validates the specified control.

Parameters

input System.Web.UI.WebControls.TextBox

The control.

Returns

System.Void

Validate

Validates the specified control with supplied context.

Parameters

input System.Web.UI.WebControls.TextBox

The control.

context System.Object

The context.

Returns

System.Void

In this article