ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotFieldBase Class / Header Property

In This Topic
    Header Property (PivotFieldBase)
    In This Topic
    Gets or sets a string used to represent this field in the user interface.
    Syntax
    'Declaration
     
    
    Public Property Header As String
    public string Header {get; set;}
    Remarks
    If it is not specified, it uses the value of the Binding and make a conversion. The conversion rule is capitalizing the first letter and adding spaces before uppercase characters preceded by lower-case characters.
    See Also