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

In This Topic
    CenterHeadersVertically Property (PivotGrid)
    In This Topic
    Gets or 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