Click or drag to resize
InputSetting Properties

The InputSetting type exposes the following members.

Properties
  Name Description
Public property BehaviorID
Gets or sets a value to access the client-side behavior.
Public property ClientEvents
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.
Public property DisabledCssClass
Gets or sets the css style for TextBox when when the control is disabled.
Public property EmptyMessage
Gets or sets a value message shown when the control is empty.
Public property EmptyMessageCssClass
Gets or sets the css style for TextBox when when the control is empty.
Public property EnabledCssClass
Gets or sets the css style for enabled TextBox control.
Public property ErrorMessage
Public property FocusedCssClass
Gets or sets the css style for invalid state of TextBox control.
Public property HoveredCssClass
Gets or sets the css style for hovered TextBox control.
Public property InitializeOnClient
Public property InvalidCssClass
Gets or stes the css style for invalid state of TextBox control.
Public property IsValid
Public property ReadOnlyCssClass
Gets or sets the css style for Read Only state of TextBox control.
Public property SelectionOnFocus
Public property TargetControls
Gets a collection of TargetInput objects that allows for specifying the objects for which input will be created on the client-side.
Public property Validation
Gets an instance of the InputSettingValidation class which defines the validation behavior.
Top
See Also