Gets or sets the width of the control.
Namespace:
C1.Web.UI.Controls.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[C1CategoryAttribute("Layout")] [JsonAttribute(true, true, "600px")] [DefaultValueAttribute(typeof(Unit), "600px")] public override Unit Width { get; set; } |
Visual Basic |
---|
<C1CategoryAttribute("Layout")> _ <JsonAttribute(True, True, "600px")> _ <DefaultValueAttribute(GetType(Unit), "600px")> _ Public Overrides Property Width As Unit Get Set |