Gets or sets the width of the splitter bar in pixels.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[CategoryAttribute("Appearance")] [DescriptionAttribute("Gets or sets the width of the splitter bar in pixels.")] [JsonAttribute(true)] [DefaultValueAttribute()] [NotifyParentPropertyAttribute(true)] public int Width { get; set; } |
Visual Basic (Declaration) |
---|
<CategoryAttribute("Appearance")> _ <DescriptionAttribute("Gets or sets the width of the splitter bar in pixels.")> _ <JsonAttribute(True)> _ <DefaultValueAttribute()> _ <NotifyParentPropertyAttribute(True)> _ Public Property Width As Integer Get Set |
Remarks
The default value for this property is 7.