DataPA Enterprise Dashboard Controls API Reference
Gets a collection that contains all the ControlPanelObjects that are dependant on this filter condition.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Collection FilterDependantControlPanelObjects { get; } |
Visual Basic |
---|
Public ReadOnly Property FilterDependantControlPanelObjects As Collection
Get |
Visual C++ |
---|
public:
virtual property Collection^ FilterDependantControlPanelObjects {
Collection^ get () sealed;
} |
Return Value
Type:
CollectionA collection that contains all the ControlPanelObjects that are dependant on this filter condition.
Remarks
See Also