GridHeaderItem.HeaderFormatInfo Property
Gets or sets the format for the header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property HeaderFormatInfo As GridFormatInfo
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As GridFormatInfo
value = instance.HeaderFormatInfo
instance.HeaderFormatInfo = value
public GridFormatInfo HeaderFormatInfo { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridFormatInfo
The format for the header.
Remarks
This value is set at design time, and it overrides the format information defined by the GridViewDefinition object.