InputSettingBehaviorID Property |
Gets or sets a value to access the client-side behavior.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string BehaviorID { get; set; }
Public Overridable Property BehaviorID As String
Get
Set
public:
virtual property String^ BehaviorID {
String^ get ();
void set (String^ value);
}
abstract BehaviorID : string with get, set
override BehaviorID : string with get, set
Property Value
Type:
String
RemarksIn 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