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: DataPAEnterpriseDashboardAssembly: 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:
CollectionA collection that contains all dashboard objects that need refreshing because they have had this filter removed.
Return Value
Type:
CollectionA collection that contains all dashboard objects that need refreshing because they have had this filter removed.
Remarks
See Also