ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(True)>
    Public Property CenterHeadersVertically As Boolean
    [DefaultValue(true)]
    public bool CenterHeadersVertically {get; set;}
    See Also