In This Topic
Gets or sets the width of this column, in pixels (the value -1 represents the default column width).
Syntax
'Declaration
<C1DescriptionAttribute("RC.Width", "Gets or sets the width for this column (-1 means use default width).")>
<C1CategoryAttribute("Layout")>
<DefaultValueAttribute(-1)>
Public Property Width As Integer
[C1Description("RC.Width", "Gets or sets the width for this column (-1 means use default width).")]
[C1Category("Layout")]
[DefaultValue(-1)]
public int Width {get; set;}
See Also