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

In This Topic
    CenterHeadersVertically Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotGrid.CenterHeadersVertically. Sets a value that determines whether the content of header cells should be vertically centered.
    Syntax
    'Declaration
     
    Public Property CenterHeadersVertically As Boolean
    public bool CenterHeadersVertically {get; set;}
    See Also