ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowTagHelper Class / MultiLine Property

In This Topic
    MultiLine Property (TransposedGridRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.MultiLine. Sets a value that indicates whether the content of cells in this row or column should wrap at new line characters (\n).
    Syntax
    'Declaration
     
    Public Property MultiLine As Boolean
    public bool MultiLine {get; set;}
    See Also