The maximum height the editor can be resized to on the client.
| C# |
public int MaximumHeight { get; set; }
This limit only has effect on a client-side resize.
The default of -1 indicates there is no maximum.
The default of -1 indicates there is no maximum.
The Resizable property must be set to true to enable client-side size changes by the user.