Determines if editor size changes on the client persist on postback.
| C# |
public bool PersistSize { get; set; }
The default is true.
If true, editor size changes on the client persist through a postback, overriding the initial size.
If true, editor size changes on the client persist through a postback, overriding the initial size.