Gets or sets the maximum height (in pixels) of the C1Window object.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function get_maxHeight();
function set_maxHeight(value);

Remarks

Default is 10000px;

See Also