RatingIconLockOnSave Property |
After saving a rating change, lock the control's
Save button.
Applies only when
ExplicitSave is set.
Note that at this time only the Save button client-side post-click handling is performed by the platform.
It is the application's responsibility to permanently lock the field after its rating value has been set.
See
LockOnSave.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool LockOnSave { get; set; }
Public Property LockOnSave As Boolean
Get
Set
Property Value
Type:
BooleanSee Also