DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if this SummaryDataPrivider tailors the summary for a treeview

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool BuiltForTreeview { get; }
Visual Basic
Public ReadOnly Property BuiltForTreeview As Boolean
	Get
Visual C++
public:
virtual property bool BuiltForTreeview {
	bool get () sealed;
}

Property Value

Type: Boolean
True if this SummaryDataPrivider tailors the summary for a treeview

Return Value

Type: Boolean
True if this SummaryDataPrivider tailors the summary for a treeview

Implements

SummaryDataProvider..::.._SummaryDataProvider..::..BuiltForTreeview

Remarks