Share via


ConfiguredView.ToolbarOptions property

Gets or sets the configuration for the toolbar displayed in column headers of the scorecard.

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

Syntax

'Declaration
Public Property ToolbarOptions As ToolbarOptions
    Get
    Set
'Usage
Dim instance As ConfiguredView
Dim value As ToolbarOptions

value = instance.ToolbarOptions

instance.ToolbarOptions = value
public ToolbarOptions ToolbarOptions { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ToolbarOptions
The configuration for the toolbar displayed in column headers of the scorecard.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace