Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.