GridViewData.RootRowHeader Property

Gets or sets the root cell of the row header tree.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property RootRowHeader As GridHeaderItem
    Get
    Set
'Usage
Dim instance As GridViewData
Dim value As GridHeaderItem

value = instance.RootRowHeader

instance.RootRowHeader = value
public GridHeaderItem RootRowHeader { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItem
The root cell of the row header tree.

Remarks

In a scorecard view, RootRowHeader represents the row that contains the column headers. It is discarded during rendering.

See Also

Reference

GridViewData Class

GridViewData Members

Microsoft.PerformancePoint.Scorecards Namespace