Gets or sets the width for columns in scrollable grid where no width has been specified.

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

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[LayoutAttribute(LayoutType.Sizes)]
[DefaultValueAttribute(typeof(Unit), "120px")]
[JsonAttribute(true, true, "120px")]
public Unit DefaultColumnWidth { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Appearance")> _
<LayoutAttribute(LayoutType.Sizes)> _
<DefaultValueAttribute(GetType(Unit), "120px")> _
<JsonAttribute(True, True, "120px")> _
Public Property DefaultColumnWidth As Unit
	Get
	Set

See Also