Share via


TreeViewControl.ExternalCssRelativePaths property

Gets an array of strings that represent the relative paths in the resources directory to the cascading style sheet (CSS) 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 ExternalCssRelativePaths As String()
    Get
'Usage
Dim instance As TreeViewControl
Dim value As String()

value = instance.ExternalCssRelativePaths
public override string[] ExternalCssRelativePaths { get; }

Property value

Type: []
An array of strings that represent the relative paths in the resources directory to the cascading style sheet (CSS) files used by the tree view control.

See also

Reference

TreeViewControl class

TreeViewControl members

Microsoft.PerformancePoint.Scorecards.ServerRendering namespace