Gets or sets the maximum width(in px) of C1Window object.

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, )]
[DefaultValueAttribute()]
public int MaxWidth { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, )> _
<DefaultValueAttribute()> _
Public Property MaxWidth As Integer
	Get
	Set

Remarks

Default is 10000px;

See Also