TreeViewControl.ScriptDependencies property
Gets an array of strings that represent the relative paths in the resources directory to the script files used by the tree view control.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerRendering
Assembly: Microsoft.PerformancePoint.Scorecards.ServerRendering (in Microsoft.PerformancePoint.Scorecards.ServerRendering.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ScriptDependencies As ScriptDependency()
Get
'Usage
Dim instance As TreeViewControl
Dim value As ScriptDependency()
value = instance.ScriptDependencies
public override ScriptDependency[] ScriptDependencies { get; }
Property value
Type: []
An array of strings that represent the relative paths in the resources directory to the script files used by the tree view control.
See also
Reference
Microsoft.PerformancePoint.Scorecards.ServerRendering namespace