DataPA Enterprise Dashboard Controls API Reference
Gets and sets a collection of the filter strings derived from the TreeViewFilterPanelIDs collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Collection TreeViewFilterStrings { get; set; }
Visual Basic
Public Property TreeViewFilterStrings As Collection
	Get
	Set
Visual C++
public:
virtual property Collection^ TreeViewFilterStrings {
	Collection^ get () sealed;
	void set (Collection^ value) sealed;
}

Property Value

Type: Collection
A collection of the filter strings derived from the TreeViewFilterPanelIDs collection.

Return Value

Type: Collection
A collection of the filter strings derived from the TreeViewFilterPanelIDs collection.

Remarks

The key to the collection is the ID of the treeview.

See Also