DataPA Enterprise Dashboard Controls API Reference
Gets a collection of ControlPanelObjects that cause this object to refresh when the filter value is changed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public Collection UpdatingFilterObjects { get; } |
| Visual Basic |
|---|
Public ReadOnly Property UpdatingFilterObjects As Collection
Get |
| Visual C++ |
|---|
public:
virtual property Collection^ UpdatingFilterObjects {
Collection^ get () sealed;
} |
Return Value
Type:
CollectionA collection of ControlPanelObjects that cause this object to refresh when the filter value is changed.
Remarks
See Also