Gets or sets a value that determines whether child controls acts as triggers when the dialog window works in UpdatePanel mode.

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

Syntax

C#
[C1CategoryAttribute("Category.Behavior")]
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
[LayoutAttribute(LayoutType.Behavior)]
public bool ChildrenAsTriggers { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property ChildrenAsTriggers As Boolean
	Get
	Set

Remarks

Default value is True.

See Also