ASP.NET Core 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
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property CenterHeadersVertically As System.Boolean
    'Usage
     
    
    Dim instance As PivotGrid
    Dim value As System.Boolean
     
    instance.CenterHeadersVertically = value
     
    value = instance.CenterHeadersVertically
    [System.ComponentModel.DefaultValue(true)]
    public System.bool CenterHeadersVertically {get; set;}
    public read-write property CenterHeadersVertically: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set CenterHeadersVertically : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_CenterHeadersVertically();
    public: __property void set_CenterHeadersVertically( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool CenterHeadersVertically {
       System.bool get();
       void set (    System.bool value);
    }
    See Also