GridHeaderItem.Children Property
Gets the child elements of this header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Children As List(Of GridHeaderItem)
Get
'Usage
Dim instance As GridHeaderItem
Dim value As List(Of GridHeaderItem)
value = instance.Children
public List<GridHeaderItem> Children { get; }
Property Value
Type: System.Collections.Generic.List<GridHeaderItem>
The child elements of this header.