DataPA Enterprise Dashboard Controls API Reference
Gets and sets a collection that contains all dashboard objects that need refreshing because they have had this filter removed.

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

Syntax

C#
public Collection FilterClearedDependantObjects { get; set; }
Visual Basic
Public Property FilterClearedDependantObjects As Collection
	Get
	Set
Visual C++
public:
virtual property Collection^ FilterClearedDependantObjects {
	Collection^ get () sealed;
	void set (Collection^ value) sealed;
}

Property Value

Type: Collection
A collection that contains all dashboard objects that need refreshing because they have had this filter removed.

Return Value

Type: Collection
A collection that contains all dashboard objects that need refreshing because they have had this filter removed.

Remarks