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