Share via


GridViewDefinition.ShowPlusMinus property

Gets or sets a Boolean value that indicates whether to show the expand/collapse control (+/-).

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property ShowPlusMinus As Boolean
    Get
    Set
'Usage
Dim instance As GridViewDefinition
Dim value As Boolean

value = instance.ShowPlusMinus

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

Property value

Type: System.Boolean
true to show the control; otherwise false.

See also

Reference

GridViewDefinition class

GridViewDefinition members

Microsoft.PerformancePoint.Scorecards namespace