ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / CenterHeadersVertically Property

In This Topic
    CenterHeadersVertically Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiRow.MultiRow<T>.CenterHeadersVertically. Sets a value that determines whether the content of cells that span multiple rows should be vertically centered.
    Syntax
    'Declaration
     
    Public Property CenterHeadersVertically As Boolean
    public bool CenterHeadersVertically {get; set;}
    See Also