GridHeaderItem.IsDrillUpDisabled property

Gets or sets a Boolean value that indicates whether drill up 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 IsDrillUpDisabled As Boolean
    Get
    Set
'Usage
Dim instance As GridHeaderItem
Dim value As Boolean

value = instance.IsDrillUpDisabled

instance.IsDrillUpDisabled = value
public bool IsDrillUpDisabled { get; set; }

Property value

Type: System.Boolean
true if drill up is disabled on this header node; otherwise false.

See also

Reference

GridHeaderItem class

GridHeaderItem members

Microsoft.PerformancePoint.Scorecards namespace