DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The collection of IDs of the treeview filter panels that provide the filter for this object.
The collection of IDs of the treeview filter panels that provide the filter for this object.
Gets and sets a collection of IDs of the treeview filter panels that provide the filter for this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Collection TreeViewFilterPanelIDs { get; set; } |
Visual Basic |
---|
Public Property TreeViewFilterPanelIDs As Collection Get Set |
Visual C++ |
---|
public: virtual property Collection^ TreeViewFilterPanelIDs { Collection^ get () sealed; void set (Collection^ value) sealed; } |
Property Value
Type: CollectionThe collection of IDs of the treeview filter panels that provide the filter for this object.
Return Value
Type: CollectionThe collection of IDs of the treeview filter panels that provide the filter for this object.
Remarks
If TreeViewFilterPanelIDs contains one or more valid treeview panel IDs then the treeviewpanel filter values will override any other settings on this object.