Click or drag to resize
InputSettingBehaviorID Property
Gets or sets a value to access the client-side behavior.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual string BehaviorID { get; set; }

Property Value

Type: String
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:
See Also