Gets or sets a value that determines whether to use a resizing proxy.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
public bool UseHelper { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
Public Property UseHelper As Boolean
	Get
	Set

See Also