ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow.TagHelpers Namespace / CellTagHelper Class / Width Property

In This Topic
    Width Property (CellTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Width. Sets the width of this column.
    Syntax
    'Declaration
     
    Public Property Width As String
    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