[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotFieldBaseBuilder-2.Header

Header Method

Header(string)

Configurates Header. Sets a string used to represent this field in the user interface.

Declaration
public TBuilder Header(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
TBuilder

Current builder.

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.