IJSProperty Methods
The methods of the IJSProperty class are listed here.
Interface
IJSProperty Interface
Public Methods
Name
Description
ReadOnly
Sets/gets the readonly attribute. If Readonly is true, the property value cannot be altered on the client side.
OnGet
Allows you to pass an interface that will receive control at property initialization and when you make a call to IJSObject.ApplyChanges.
OnSet
Allows you to pass an interface that will receive control when a property changes on the client side.