Gets or sets a value that determines whether child controls acts as triggers.

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

Syntax

JavaScript
function get_childrenAsTriggers();
function set_childrenAsTriggers(value);

Remarks

This property sets its value to the ChildrenAsTriggers properties of Content and status UpdatePanel.

See Also