Gets or sets a value that determines whether the dialog window may be resized.

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

Syntax

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

Remarks

The default value for AllowResize is False. The dialog window may be resized by the image element on right-bottom corner only.

See Also