Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the user can modify the contents of the control.
Syntax
public boolean allowEdit([boolean value])
Run On
Client
Parameters
- value
Type: boolean
A Boolean value that indicates whether data can be modified; optional.
Return Value
Type: boolean
true if the control can be modified; otherwise, false.
Remarks
If this property is set on a container control, modifications are disabled or enabled for all controls in the container.