DataPA Enterprise Dashboard Controls API Reference
Gets and sets a collection of IDs of the treeview filter panels that provide the filter for this object.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: Collection
The collection of IDs of the treeview filter panels that provide the filter for this object.

Return Value

Type: Collection
The 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.

See Also