DataPA Enterprise Dashboard Controls API Reference
Gets a string value that equates to the filter string defined by the selected nodes in the tree view filter panel.

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

Syntax

C#
public string TreeViewFilterPanelFilterString { get; }
Visual Basic
Public ReadOnly Property TreeViewFilterPanelFilterString As String
	Get
Visual C++
public:
virtual property String^ TreeViewFilterPanelFilterString {
	String^ get () sealed;
}

Property Value

Type: String
A string value that equates to the filter string defined by the selected nodes in the tree view filter panel.

Return Value

Type: String
A string value that equates to the filter string defined by the selected nodes in the tree view filter panel.

Remarks