GridHeaderItem.IsDrillDownDisabled Property
Gets or sets a Boolean value that indicates whether drill down is disabled on this header node.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsDrillDownDisabled As Boolean
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean
value = instance.IsDrillDownDisabled
instance.IsDrillDownDisabled = value
public bool IsDrillDownDisabled { get; set; }
Property Value
Type: System.Boolean
true if drill down is disabled on this header node; otherwise false.