Gets or sets text which displ\ayed on the caption bar of the C1Window dialog window.

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

Syntax

JavaScript
function get_text();
function set_text(value);

Remarks

This property set innerhtml property of caption text node element.

See Also