Gets or sets the width of the control.

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

Syntax

C#
[DescriptionAttribute("The width of the control.")]
[DefaultValueAttribute(typeof(Unit), "800px")]
[LayoutAttribute(LayoutType.Sizes)]
[JsonAttribute(true)]
public Unit Width { get; set; }
Visual Basic
<DescriptionAttribute("The width of the control.")> _
<DefaultValueAttribute(GetType(Unit), "800px")> _
<LayoutAttribute(LayoutType.Sizes)> _
<JsonAttribute(True)> _
Public Property Width As Unit
	Get
	Set

See Also