Specifies the implementation used in the control's client-side scripts.
Namespace: MindFusion.Common.WebForms
Package: MindFusion.Common.WebForms
C# Copy Code |
---|
public enum ClientScriptMode |
Visual Basic Copy Code |
---|
Public Enum ClientScriptMode |
Member name | Description | |
---|---|---|
JQuery |
Indicates that JQuery script will be used. |
|
MsAjax |
Indicates that Microsoft Ajax script will be used. |