DataPA Enterprise Dashboard Controls API Reference
Gets the filter string built from the selected nodes in this collection.

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

Syntax

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

Property Value

Type: String
The filter string built from the selected nodes in this collection.

Return Value

Type: String
The filter string built from the selected nodes in this collection.

Remarks