DataPA Enterprise Dashboard Controls API Reference
Gets a collection that contains all the DashboardObjects that are dependant on this tree view filter panel.

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

Syntax

C#
public Collection FilterDependantObjects { get; }
Visual Basic
Public ReadOnly Property FilterDependantObjects As Collection
	Get
Visual C++
public:
virtual property Collection^ FilterDependantObjects {
	Collection^ get () sealed;
}

Return Value

Type: Collection
A collection that contains all the DashboardObjects that are dependant on this tree view filter panel.

Remarks