Gets or sets a value indicate whehter to close activated window on pressing esc button.

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

Syntax

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

See Also