ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / Width Property

In This Topic
    Width Property (TransposedGridRowBase)
    In This Topic
    Gets or sets the width of this column.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(#v6s.#jbt)>
    Public Property Width As String
    [JsonConverter(#v6s.#jbt)]
    public string Width {get; set;}
    Remarks
    Column widths may be positive numbers (column width in pixels), null or negative numbers (use the collection's default column width), or strings in the format '{number}*' (star sizing).
    See Also